2d game based on soft body physics.
First make sure that you have JRE 8 installed. Then grab the latest game release which you can find here and after downloading, simply run the .jar
file.
To build and run the game, you need to have JDK 8 installed on your machine. After you got that ready, clone this repository and navigate to root project directory.
If you're on Linux run the following command
./gradlew run
And on a Windows machine
gradlew.bat run
This will download all required dependencies, build the game and launch it.
Suggested tools:
If you're interested in how the game looks in various development steps, you can checkout this YouTube playlist.