Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1015 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 1015 Bytes

A Yathzee game built in React

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!



Using create-react-app

The project was initialized with create-react-app, Create React App

Instructions to run the application

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.

Screenshots

Playing the game

Author