Added some build tips

Este commit está contenido en:
EriCSN 2015-11-28 12:18:42 +08:00
padre 3cb5774fb0
commit 00eb3cb38f
Se han modificado 2 ficheros con 6 adiciones y 0 borrados

Ver fichero

@ -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 Archivo ejecutable
Ver fichero

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