Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pomb/yahtzee
Simple game of yahtzee played in the console
https://github.com/pomb/yahtzee
Last synced: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T16:46:34.000Z (about 6 years ago)
- Last Synced: 2024-11-10T18:46:55.930Z (3 months 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.![altText](https://pmlomb.files.wordpress.com/2018/11/d6_yahtzee.png)
## 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.