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: 12 days 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.
- Host: GitHub
- URL: https://github.com/orangomango/fooddice
- Owner: OrangoMango
- License: mit
- Created: 2022-07-20T11:25:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T09:35:51.000Z (almost 2 years ago)
- Last Synced: 2025-04-23T13:18:27.800Z (12 days ago)
- Topics: game-jam, javafx, platformer
- Language: Java
- Homepage: https://orangomango.itch.io/food-dice
- Size: 2.68 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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









