diff --git a/README.md b/README.md index 1208436..c7864c1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/start_game.sh b/start_game.sh new file mode 100755 index 0000000..7aff439 --- /dev/null +++ b/start_game.sh @@ -0,0 +1 @@ +mvn exec:java -Dexec.mainClass=com.droidquest.DQ