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.

Java source code: https://github.com/OrangoMango/FoodDice

KEYS TO USE

  • K to kill yourself
  • P to pause/resume
  • L to reload the level
  • Space or up arrow to jump
  • M to toggle level-map
  • I to toggle game info

Desktop

  • A-D / Arrows to move

Web-version

  • S/F or arrows to move

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

New level editor and mobile version!

Made in 48h in java without a game engine for the GMTK Game jam 2022.

Download

Download
food-dice.apk 11 MB
Download
food-3.0-windows.zip 37 MB
Download
fooddice_3.0-1_amd64.deb 38 MB
Download
fooddice_3.0-1_arm64.deb 35 MB
Download
FoodDice-3.0.msi 39 MB
Download
FoodDice-3.0.pkg 38 MB

Install instructions

For windows:

Download the zip file and run the exe file. Be sure that in the same folder there are both the exe file and another folder called "jre".

For linux:

Install the package with the command:

sudo dpkg -i file-name.deb

By default the executable will be in /opt/fooddice/bin

Development log

Comments

Log in with itch.io to leave a comment.

(+1)

next challenge it use DoppioJVM to play you'r game from browser.

Will see, I was thinking about using Jpro.

Yes.

Jpro look more good idea.

(1 edit)

As far as you know, it's possible to use DoppioJVM for graphical apps?

I never use any jvm on JavaScript. I just know it exists. And I don't know about Jpro before you post hare.So I googled. And I more impressed from results compare to DoppioJVM.

(1 edit)

And here I'm a year later, https://fooddice.webfx.dev :)

happy new year...

Happy new year to you too. At the end I got the web version working..