Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/orangomango/fooddice

Game made for the GMTK Game jam 2022. Food Dice is a food platformer where you are a dice and every 15 seconds, based on which face you land on, you get special effects. You have to reach the end without getting into lasers or shooters.
https://github.com/orangomango/fooddice

game-jam javafx platformer

Last synced: about 2 months ago
JSON representation

Game made for the GMTK Game jam 2022. Food Dice is a food platformer where you are a dice and every 15 seconds, based on which face you land on, you get special effects. You have to reach the end without getting into lasers or shooters.

Awesome Lists containing this project

README

        

# FoodDice
Game made for the GMTK Game jam 2022. Food Dice is a food platformer where you are a dice and every 15 seconds, based on which face you land on, you get special effects. You have to reach the end without getting into lasers or shooters.

Youtube: https://youtu.be/NKm-SZMfd1k

# Keys to use
* A-D / Arrows to move
* Space to jump
* M to toggle minimap
* K to kill yourself
* P to pause/resume
* L to reload the level

Try to beat your highscore time and get all the coins!

Made in 48h with java without a game engine for the GMTK Game jam 2022. (v1.0)

# Install instuctions
Please visit https://github.com/OrangoMango/FoodDice/releases/latest

# Compile it yourself
* Be sure to have JDK 17+
* Compile and run the entire game with the command:
```
./gradlew run
```

# Screenshots
![s1](screenshots/s1.png)
![s2](screenshots/s2.png)
![s3](screenshots/s3.png)
![s4](screenshots/s4.png)
![s5](screenshots/s5.png)
![s6](screenshots/s6.png)
![s7](screenshots/s7.png)
![s8](screenshots/s8.png)
![s9](screenshots/s9.png)
![s10](screenshots/s10.png)