A Yathzee game built in React. You have three rolls and can save/lock the dice by clicking them. After the three rolls are up you are prompted to click one of the rule lines for points. Your final five dice are compared against the rule and you are given the points if it match up. Reload the page to restart the game. Good luck!
The project was initialized with create-react-app, Create React App
Run these commands in the project directory:
Installing dependencies
$ npm install
Starting the application in development mode
$ npm start
This should open the application in the browser, otherwise go to:
http://localhost:3000
The page will reload if you make code edits.
Playing the game
- Albert Stjärne (https://github.com/AlbertStjarne)