FoonLudum Dare ExplorerLD26 → Minimalia

Minimalia

By ecustic

View on Wayback Machine

CategoryRankScoreCount
Coolness2059

Comments

HelkeGames 2013-04-29 15:00

Nice Game!

lioneljitro 2013-04-29 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!

tammilion 2013-05-04 14:30

Looks good! Improved collision detection would make the gameplay feel better ^^

zyxer 2013-05-05 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

ecustic 2013-05-06 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 2013-05-14 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