Contributors:
- Dave Chen (Graphics)
- Miles Fogle (Code)
- Alex Gittemeier (Code)
- Florence (Graphics)
- Clone into an active workspace.
- Create a New Java Project named
Blockade-Runner
. - Configure project to use jdk1.8:
- Project Settings > Java Compiler > Compiler Compliance Level:
1.8
- Project Settings > Java Build Path > Libraries Remove any existing libraries
- Project Settings > Java Build Path > Libraries > Add Library > JRE System choose jdk1.8
- Add required libraries to the class path:
core.jar
for Processing 2.2.1.library/*.jar
for Minim 2.2.0.- Run/Debug with Main class:
net.kopeph.ld31.LD31
- Export as a Runnable Jar.
java -jar blockaderunner-<version>.jar [--input-reset]
--input-reset
: Resets the key map settings to their defaults before loading the game.