Hello
So I've been working on this cart for a week or so and I think I am finally at the point where I can release it into the wild. Might still be a few bugs, but mostly OK. Let me know what you all think!



Yahtzee is always a fun game! Some feedback:
- There's a second player controll, in case you didn't know
- If you press two keys on different axis at the same time (for eample,
↑
and→
), the selection will slide all the way over the board and you won't be able to take control anymore - Arrows keys won't work if the selection is moving, but the selection moves super slow, leading to a kinda... unsmooth user experience
- Having to press
O
thenX
to reroll the dice feels a bit counter-intuitive. At first I thought that is to preventing mistouching, but to my surprise, I still can't go back if I already pressedO
Overall a good game though! I like the title screen and dice rolling animations :D



@lily.kensa You actually can go back after selecting to roll. You just have to
press the down arrow. Hope that helps!



Really nice recreation! I forgot how fun this game was!
However, I found a bug when you press X to move from one selection to another
If the selection you were on is already used, you can score points on it. If it isn't, nothing happens (as no points are scored). In both cases, you roll a new turn, allowing you to score points in used selections or to skip a turn without having to score points
If you move horizontally while performing the bug, you can no longer move and the game is softlocked. However, if you did it vertically, you can regain control by pressing Up
(I hope my explanations are clear enough)



Wow... I never would have found it! Yeah, I didn't do a lot of multiple button mashining in my testing. I think if I use a btnp command instead of btn I could get rid of some of these problems. :( I'll post a new version if I can get it fixed.
[Please log in to post a comment]