https://github.com/pomb/yahtzee
Simple game of yahtzee played in the console
https://github.com/pomb/yahtzee
Last synced: about 1 year ago
JSON representation
Simple game of yahtzee played in the console
- Host: GitHub
- URL: https://github.com/pomb/yahtzee
- Owner: Pomb
- License: mit
- Created: 2018-11-18T18:48:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T16:46:34.000Z (over 7 years ago)
- Last Synced: 2025-02-13T23:34:57.390Z (over 1 year ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Yahtzee
A game of chance played from the comfort of the console.

## Rules
Score rules picked from https://en.wikipedia.org/wiki/Yahtzee, minus jokers.
## Phase 1: Rolling
During the rolling phase, roll or hold the dice.
Rolling up to a maximum of 3 times before the phase ends.
Holding dice to increase chances to score a specific scoring slot.
Holding all the dice ends the phase.
## Phase 2: Scoring
In this phase pick a score slot in which to score your dice.
Score slots can only be scored once during a round.
## End of Game:
The game ends when all the scoring slots are filled
## Highscores:
The score for the players current round is automatically added
into the highscore board at the end of a round.
Only the top 10 scores are shown in the highscores board.