An open API service indexing awesome lists of open source software.

https://github.com/juuxel/cubic

A simple platformer game
https://github.com/juuxel/cubic

platform-game

Last synced: about 1 year ago
JSON representation

A simple platformer game

Awesome Lists containing this project

README

          

# Cubic
A simple platformer game written in Java.

**Latest version: [0.4.1 - 2018 Edition](https://github.com/Juuxel/Cubic/releases/tag/v0.4.1)**

## Screenshots
![Start screen](./images/startScreen.png)
![Gameplay](./images/game.png)

## Building
### Linux
Install JDK and run ```./gradlew build``` in a terminal.
### Windows
Install JDK and run ```gradlew build``` in Command Prompt.