Added some build tips

This commit is contained in:
EriCSN 2015-11-28 12:18:42 +08:00
parent 3cb5774fb0
commit 00eb3cb38f
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,11 @@ DroidQuest
A Java recreation of the classic game Robot Odyssey I
Compile command:
mvn compile
Run the game:
./start_game.sh
Copyright (c) 2000 Thomas Foote

1
start_game.sh Executable file
View File

@ -0,0 +1 @@
mvn exec:java -Dexec.mainClass=com.droidquest.DQ