/ShefGameJam

A game created in 30 hours

Primary LanguageJava

RogueCell

A game made in 30 hours

This game was made using Libgdx during GameJam 3.0 at the University of Sheffield. screenshot

Backstory

You are a private detective on the verge on uncovering the mafia. They've acquired advanced technology and devolved you into a single cell. In order to uncover the mafia and regain your true form you must fight the mafia, and absorb their dna to evolve.

Gameplay

Use WASD or arrow keys to move around and between rooms. The map is procedually generated so is different every time you load the game. Click to shoot the mafia. Your health is displayed in the bottom left hand corner.

Note: This game is very buggy and missing a lot of features. We built it in 30 hours so give us a break!

Build Instructions

Libgdx projects use Gradle to manage dependencies, the build process, and IDE integration. To open RogueCell in your IDE of choice, simply clone this repo and follow the detailed instructions over on the Libgdx Wiki.

To build a distributable .jar file, simply run gradlew desktop:dist. Gradlew is included in the root of the project. This will produce the file in the \desktop\build\libs directory.

Alternatively, you can just download the .jar file from the releases section of the repo