Minimalia by eCustic

[raw]
made by eCustic for LD26 (COMPO)
A small unfinished Zelda-like RPG game.

Run the .bat file to start the game.

Controls:
Movement: Arrow Keys
Attack: Z

Feedback

HelkeGames
29. Apr 2013 · 14:55 UTC
Nice Game!
LionelJitro
29. Apr 2013 · 22:09 UTC
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!
TammiLion
04. May 2013 · 14:25 UTC
Looks good! Improved collision detection would make the gameplay feel better ^^
ZYXer
05. May 2013 · 15:10 UTC
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
🎤 eCustic
06. May 2013 · 00:50 UTC
@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
14. May 2013 · 10:39 UTC
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