Skip to content

v1.0

Compare
Choose a tag to compare
@dsmcclain dsmcclain released this 14 Feb 04:01
· 54 commits to master since this release

React-Yahtzee v1.0 is here! The 1.0 release of the game is the first fully functional release, meaning the user can play a full game. The scoretable is fully functional, and all components conform to the rules of the game. The table requires users to register scores once per turn, and a new turn cannot begin until a score has been registered. All score values are calculated by the app, and when the user completes a game the table autofills the final scores for the user. In version 1.0 there is no way from within the app to start a new game. Users must refresh the app in order to start over.

This version lacks any guide or instructions for the user. Controls for the game are fairly intuitive, but users unfamiliar with Yahtzee have little help orienting themselves. Future versions will include helpful hints for users, for example if a user clicks on the table to register a score before their turn is finished, a message stating "Are you sure? You still have one roll remaining!" will display. Future releases will focus on providing this sort of help to the user, as well as improved styling.