Deployed
Instructions
Download
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
Update from repository
Updating dependencies
Run On Desktop
cd ~/game/tafl
./gradlew desktop:run
Requirements for Genymotion to work
- 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
Run on Genymotion
- Make sure Genymotion virtual device is started.
cd ~/game/tafl