diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e145d3 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Heroes Emblem + +Heroes Emblem is a turn based strategy RPG for android and iOS. Its development is occasionally streamed live on [twitch.tv](https://www.twitch.tv/bunzosteele). + +## Building on PC + +### Prerequisites + +#### JDK is installed + +Available [here](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html). + +### Procedure + +``` +$ git clone https://github.com/bunzosteele/heroesemblemjava +$ cd heroesemblemjava +$ gradlew desktop:run +```