Added some build tips
This commit is contained in:
parent
3cb5774fb0
commit
00eb3cb38f
@ -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
|
Loading…
Reference in New Issue
Block a user