A downloadable game for Windows

Download

Download
LD34pack.zip 8 MB

Install instructions

Open the .zip file and run the .jar file. Read 'rules.txt' for instructions, unless you read the full description on the website as it is basically just that in a text file.

If you get the error message "Could not find the main class: com.anaglyph.src.main.Game.Program will exit" error, or something similar, make sure you have the MOST RECENT version of java installed, and continue. If the error re-occurs, try this step:

Open the .jar file using 7zip or any other file exploring tool and navigate to the META-INF folder. Inside should be a file called 'MANIFEST.MF'. View that file and paste (without quotes) "Main-Class: com.anaglyph.src.main.Game" (make sure to get rid of any other lines that start with 'Main-Class'.) The contents of your MANIFEST.MF file should look like this:

Manifest-Version: 1.0

Main-Class: com.anaglyph.src.main.Game

Please run my game through the command line if you wish to debug it.

Please contact me via my ludum dare page (http://ludumdare.com/compo/author/anaglyphcoding/) if you need to.