Requirements
JDK 1.7+
Maven 3+
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# java -jar target/newton_adventure-1.11.jar
Run editor
# cd newton_adventure_checkout/editor# java -jar target/newton_adventure_editor-1.0-SNAPSHOT.jar