Skip to content

Yahtzee is a dice game. The objective of the game is to score points by rolling five dice to make certain combinations. The winner is the player who scores the most points.

License

Notifications You must be signed in to change notification settings

EmadAl-Quhaim/yahtzee-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yahtzee Game built with React

About Yahtzee Game

Yahtzee is a dice game. The objective of the game is to score points by rolling five dice to make certain combinations. The dice can be rolled up to three times in a turn to try to make various scoring combinations and dice must remain in the box. A game consists of thirteen rounds. After each round the player chooses which scoring category is to be used for that round. Once a category has been used in the game, it cannot be used again. The scoring categories have varying point values, some of which are fixed values and others for which the score depends on the value of the dice. A Yahtzee is five-of-a-kind and scores 50 points, the highest of any category. The winner is the player who scores the most points.

Screenshot

screenshot

How to play the Game?

You have two options to play the game:

  1. Use this link to the game on emadal-quhaim.github.io OR

  2. By cloning this project:

    • Clone the project: git clone https://github.com/EmadAl-Quhaim/yahtzee-react.git;
    • Go to the project folder: cd yahtzee-react;
    • Download the dependencies: npm install;
    • Start the application: npm start.
    • It will open a browser page (if it doesn't, go to http://localhost:3000).

Then you can start playing. Good luck!

Built with

  • ReactJS
  • MaterialUI

Acknowledgement

About

Yahtzee is a dice game. The objective of the game is to score points by rolling five dice to make certain combinations. The winner is the player who scores the most points.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published