A little game made for school. Attention: This project is old and not supported.
You can build the project with http://www.gradle.org.
For Windows, use the command
gradlew.bat
For OSX and Linux, use the following command
./gradlew
We will use the command ./gradlew in our documentation. You can use the command gradle.bat the same way on Windows.
For creating a project for Eclipse, use the following command
./gradlew eclipse
Now you can open the project in Eclipse.
For creating a project for IDEA, use the following command
./gradlew idea
Now you can open the project in IDEA.