Minimally Functional Release
Pre-release
Pre-release
v0.1.0 of React Yahtzee
This is the minimally functional release, meaning that the basic elements of the game are present and working. There are dice that can be rolled and 'held' or frozen, there is a scorecard that has some stateful rendering of scores based on the dice roll, and there are counters identifying the number of rolls remaining and the overall total showing on the dice. Scores can be registered in the scorecard, but the behavior of the scorecard does not yet align with the rules of the game. There is no way to complete a game in v0.1.0, nor can you restart a game except of course by reloading the entire app.