From 00eb3cb38fb075ec2f41fcb6d47f0cd62d464c38 Mon Sep 17 00:00:00 2001 From: EriCSN Date: Sat, 28 Nov 2015 12:18:42 +0800 Subject: [PATCH] Added some build tips --- README.md | 5 +++++ start_game.sh | 1 + 2 files changed, 6 insertions(+) create mode 100755 start_game.sh 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