HelkeGames 2013-04-29 15:00
Nice Game!
Foon → Ludum Dare Explorer → LD26 → Minimalia
By ecustic
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 2059 |
Nice Game!
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!
Looks good! Improved collision detection would make the gameplay feel better ^^
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
@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.
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