Edvinas01 / jelly-dude

2d game based on soft body physics
16 stars 0 forks source link
2d-game ashley java kotlin libgdx

Jelly Dude Build Status

2d game based on soft body physics.

Running

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.

Building

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.

Video

Game feature video

Tools

Suggested tools:

Development

If you're interested in how the game looks in various development steps, you can checkout this YouTube playlist.