Hello everybody, it have been great fun to try all 4k competition entries. I’ve been waiting for material from a customer today so I took the opportunity to hack together a 4k game my-self. I find it pretty lame compared to some of the entries, but here it is anyway.
Webstart:
http://www.enormousgames.com/subsites/labyrinth4k/labyrinth4k.jnlp
Jar:
http://www.enormousgames.com/subsites/labyrinth4k/labyrinth4k.jar
java -cp labyrinth4k.jar L
Instructions:
Move the white square to the pink. The walls is dangerous. Press Ctrl to move the white square slower.
I use the Robot class to keep the mouse pointer centered on the game window. Therefore the Jar webstart uses is signed and bigger then 4k, the other Jar is 4092 bytes though. Does anybody know of another way to keep the mouse focused on the game window? ???