Minimalia

by ecustic
A small unfinished Zelda-like RPG game.

Run the .bat file to start the game.

Controls:

Movement: Arrow Keys

Attack: Z

screenshot

Comments6

LionelJitro29 Apr 2013, 22:14
A really nice base to a game. Definitely uses the theme well to take on the genre.

The collision is a bit clunky and a few simply sounds would help the atmosphere a lot in my opinion.

Good job!
TammiLion4 May 2013, 14:30
Looks good! Improved collision detection would make the gameplay feel better ^^
ZYXer
ZYXer5 May 2013, 15:15
The screenshot looks interessting
But when I try to run i get this error message:
Exception in thread "main" java.lang.UnsupportedClassVersionError: dk/ecustic/Mi
nimalia/Launcher : Unsupported major.minor version 51.0
I'm Running Windows 7 64bit with 1.7.0_21 from Oracle
eCusticauthor6 May 2013, 00:55
@ZYXer, I'm not familiar with that error, so I can't really help you as I've never had to resolve it myself. I gooogled around a bit though and it seems that it might be something to do with your PATH. If you've installed an older version of Java before it might be placed before your current version in your PATH. Running "java -version" should show you which version your system is using. If it shows an older version then simply check your PATH and make sure that it is only pointing to the newest version.
Frigolit
Frigolit14 May 2013, 10:44
Love the graphics. Player control and collisions are a bit weird.
Playable in Linux using the following command:
java -cp lib -Djava.library.path="lib/natives/linux" -jar lib/Minimalia.jar dk.ecustic.Minimalia.Launcher
Found a bug?
Tell us on Discord