mkdir ~/game
cd ~/game
git clone git@github.com:apotapov/gdx-artemis.git
git clone git@github.com:apotapov/zaria.git
git clone git@github.com:apotapov/tafl.git
cd gdx-artemis
mvn install
cd ../zaria
mvn install
- Not always necessary but may be required
cd ~/game/gdx-artemis
git pull origin master
mvn clean install
cd ~/game/zaria
git pull origin master
mvn clean install
cd ~/game/tafl
git pull origin master
cd ~/game/tafl
./gradlew desktop:run
- Genymotion Version: 2.0.3
- Virtual device: Nexus 4 - 4.3 - API 18 - 768 x 1280
- Follow these instructions for the game to work correctly: ARM Translation + GApps
- Make sure Genymotion virtual device is started.
cd ~/game/tafl