Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/orangomango/fooddice
- Owner: OrangoMango
- License: mit
- Created: 2022-07-20T11:25:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T09:35:51.000Z (over 1 year ago)
- Last Synced: 2023-07-05T10:34:43.337Z (over 1 year ago)
- Topics: game-jam, javafx, platformer
- Language: Java
- Homepage: https://orangomango.itch.io/food-dice
- Size: 2.68 MB
- Stars: 2
- Watchers: 2
- 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
![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)