Exit Full View

Rapid Rag Doll

game/Rapid Rag Doll.jpg{teaser.png}

Platforms : Linux, Windows
Language : Kotlin
Source Code (GitHub)

About

Throw rag dolls around the screen, knocking over targets to complete the level. It sounds easier than it is!

Screenshots

game/Rapid Rag Doll1.jpg{teaser.png} game/Rapid Rag Doll2.jpg{teaser.png}

Building from Source

You'll need Java version 8 or later, JavaFX, git and gradle.

Using debian linux, this is as easy as running this command :

apt-get install openjdk-8-jdk openjfx git gradle

Now download the source code for the game, and also the "Tickle" game engine :

git clone https://github.com/nickthecoder/tickle.git
git clone https://github.com/nickthecoder/rapidragdoll.git

Build them both :

cd tickle
gradle install
cd ..

cd rapidragdoll
gradle installApp

You are now ready to play the game. Either start it using gradle, or run the "rapidragdoll" script :

gradle run