ratrecommends / dice-heroes
- понедельник, 9 мая 2016 г. в 03:12:03
Java
Repository for Dice Heroes, turn based rpg-strategy game where characters are dice
Dice heroes is a turn based rpg-strategy game where characters are dice.
This project is built using gradle, so to run it you have to:
gradlew desktop:run
(on windows) or ./gradlew desktop:run
(on mac and linux)Alternatively, you can import cloned repository in Intellij IDEA and run desktop:run
gradle task from IDE.
main
directory contains platform-independent code, "meat" of the gamedesktop
and android
directories contain platform-dependent code, mostly about play services integration and in-app purchases (which are fake on desktop). To compile android project you will have to install Android SDK.editor
directory has internal editor for levels, you can run it with editor:run
gradle task which is similar to desktop:run
. It's a bit tricky, and it does not save anything, so to test levels in actual game you have to copy-paste it's output to android/assets/levels.yml
and create new level on a map.generator/gfx
and generator/world-map
directories contain images that are compiled into atlas before running a game.map.mp3
and ambient-battle.mp3
have All Rights Reserved
license: do not distribute these sounds. Please contact Sagamor (he is author) for further details.