项目作者: Edvinas01

项目描述 :
2d game based on soft body physics
高级语言: Kotlin
项目地址: git://github.com/Edvinas01/jelly-dude.git
创建时间: 2017-01-02T20:03:19Z
项目社区:https://github.com/Edvinas01/jelly-dude

开源协议:

下载




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

  1. ./gradlew run

And on a Windows machine

  1. 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.