https://github.com/kaushikshivam/yahtzee
Yahtzee is a chance-and-strategy dice rolling game. A game is played over 13 rounds. Each round, the player rolls five 6-sided dice. They may click on any number of dice to “freeze” or “unfreeze” them (frozen dice are displayed in a different color). They may re-roll the unfrozen dice up to 2 times.
https://github.com/kaushikshivam/yahtzee
animations css css-animations css3 html html5 react react-event-handlers react-router reactjs
Last synced: 3 months ago
JSON representation
Yahtzee is a chance-and-strategy dice rolling game. A game is played over 13 rounds. Each round, the player rolls five 6-sided dice. They may click on any number of dice to “freeze” or “unfreeze” them (frozen dice are displayed in a different color). They may re-roll the unfrozen dice up to 2 times.
- Host: GitHub
- URL: https://github.com/kaushikshivam/yahtzee
- Owner: KaushikShivam
- Created: 2019-10-10T10:48:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T11:50:35.000Z (over 6 years ago)
- Last Synced: 2024-12-27T21:13:38.961Z (over 1 year ago)
- Topics: animations, css, css-animations, css3, html, html5, react, react-event-handlers, react-router, reactjs
- Language: JavaScript
- Homepage: https://yahtzeeofficial.netlify.com/
- Size: 483 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yahtzee
[Yahtzee](https://yahtzeeofficial.netlify.com/) is a chance-and-strategy dice rolling game. A game is played over 13 rounds.

## Table of content
- [Description](#description)
- [Installation](#installation)
- [Contact](#contact)
## Description
Yahtzee is a chance-and-strategy dice rolling game. A game is played over 13 rounds.
Each round, the player rolls five 6-sided dice. They may click on any number of dice to “freeze” or “unfreeze” them (frozen dice are displayed in a different color). They may re-roll the unfrozen dice up to 2 times.
Each round, they must assign their dice to any unclaimed scoring category. Each category scores differently.
After 13 rounds, the game is over, and the player’s score is the total of each scoring category.
Game rules are as follows:

## Installation
1. Clone the project to your local directory
```
git clone https://github.com/KaushikShivam/yahtzee
```
2. The project uses NPM for managing dependencies. Run npm install to install all the required dependencies
```
npm install
```
3. Run the task runner to run the app
```
npm run start
```
## Contact
You can contact me at:
- [Portfolio](https://www.shivamkaushik.com)
- [Email](mailto:shivamkaushikofficial@gmail.com)
- [Linkedin](https://www.linkedin.com/in/kshivamdev/)
- [Twitter](https://twitter.com/kShivamDev)
- [Medium](https://medium.com/@shivamkaushikofficial)
- [Angellist](https://angel.co/kshivamdev)