These are mostly (but not exclusively) things that are broken, rather than just not implemented yet. Generally stuff that I could easily forget when I next come back to this.
Can overwrite scoresIf dice are held, they stay don't roll when we start a new gameMessages don't show up when relevantMessages make the rest of the stuff jump aboutNew game should maybe have a warning (esp. if game is still going)Roll again button should look more change appearance/text after entering a scoreSome prompt to select a score after 3 rolls- Scores should be buttons and feel a bit nicer interacting with/keyboard access
Currently no strong indication when game ends- Implement subsequent yahtzees/wildcard behaviour?
Can hold on roll zero still(layout needs fixing)layout needs improving- responsive layout
New game after roll #3 doesn't re-roll dice to start
Make it more standard - e.g. remove snake case, check for other bad practices likevar
,==
etcA bunch of elements have classes that should really be ids- More sensible structuring of classes, which functions are static, etc
- Split up main file into several smaller modules
- Check out stuff like minifying etc
- Maybe some light testing, just to catch any really stupid bits