Requirements
JDK 1.6+
Maven 2.2+
fossil 1.22+
Build
Checkout
# fossil clone http://devnewton.bci.im/projects/newton_adventure newton_adventure.fossil # mkdir newton_adventure_checkout # cd newton_adventure_checkout # fossil open ../newton_adventure.fossil
Compile game
# cd newton_adventure_checkout/game # mvn package
Compile level editor
# cd newton_adventure_checkout/editor # mvn package
Test
Run game
# cd newton_adventure_checkout/game # cp target/newton_adventure-1.3-SNAPSHOT.jar ./ # java -jar newton_adventure-1.3-SNAPSHOT.jar
Run editor
# cd newton_adventure_checkout/editor # java -jar target/newton_adventure_editor-1.0-SNAPSHOT.jar