Combination of Single Player and Dev repo work, fixes

This commit is contained in:
Marwolf
2018-07-12 09:51:51 -04:00
parent e4031bcb97
commit e5a51c328a
117 changed files with 21621 additions and 77 deletions

12
start-game-linux.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
sudo make pull
#Compile
sudo Ant/bin/ant -f Game/client/build.xml compile
sudo Ant/bin/ant -f Game/server/build.xml compile
#Client
Ant/bin/ant -f Game/client/build.xml runclient &
#Server
Ant/bin/ant -f Game/server/build.xml runserver