I invited my cousin to make art for this game and I made the game with Godot.

This is our submission to the GMTK Game Jame 2022

I wanted to do more but didn't have the time. It's not finished so it's not very fun...

For the moment, the goal of the player is to maximize the score in 1 roll of dice and 2 reroll of the selected dices.

How to play:

When the game is loaded: press enter to roll the dices.

Select by cliking on the dices the ones that you want to roll again, then press enter

The score reflect the value of the hand, but does not scale linearly so 25 < 50 but 50 is not 2 times better:

in the order:

- one of a kind: the value of the dice, ex: 1 2 4 5 6 = 1+2+4+5+6



- N face of a kind = 10 * N + kind ; pair of 6 = 2*10 + 6 = 26; 2 on each dice 5 * 10 + 2 = 52



- the straights (1-5 & 2-6) is the sum of the faces + 70; 85 or 90

I plan to add (after the jam rating period) enemies because the assets already exists and I want to have a finished, fun game.

I uploaded last minute a build that doesn't work so I rolled back to a previous version without the reroll limiter so you can reroll the dices 100 times instead of 2 and the score doesn't follow closely the rules you can read.

Leave a comment

Log in with itch.io to leave a comment.