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
- Host: GitHub
- URL: https://github.com/juuxel/cubic
- Owner: Juuxel
- License: lgpl-3.0
- Created: 2015-12-30T10:05:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T12:41:30.000Z (about 3 years ago)
- Last Synced: 2025-01-09T07:27:26.366Z (about 1 year ago)
- Topics: platform-game
- Language: Java
- Size: 80.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


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