Added some build tips
This commit is contained in:
@@ -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
1
start_game.sh
Executable file
@@ -0,0 +1 @@
|
||||
mvn exec:java -Dexec.mainClass=com.droidquest.DQ
|
Reference in New Issue
Block a user