https://github.com/sameetandpotatoes/yahtzee
A terminal game of Yahtzee coded with Python.
https://github.com/sameetandpotatoes/yahtzee
Last synced: about 1 year ago
JSON representation
A terminal game of Yahtzee coded with Python.
- Host: GitHub
- URL: https://github.com/sameetandpotatoes/yahtzee
- Owner: sameetandpotatoes
- Created: 2013-07-18T01:28:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-01T19:50:36.000Z (over 11 years ago)
- Last Synced: 2025-03-29T00:11:57.494Z (over 1 year ago)
- Language: Python
- Size: 766 KB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Features
- Saving high scores
- Color output
- Printed score card
- Catching all errors thrown by user
- Option to pass a round
- Can only use an option once
- All rules in Yahtzee are included
# Screenshots



# Color Output
- Will NOT work by default
- For Mac and Linux, you can simply run: `python3 -m pip install colorama`
# Requirements
- Python 3 [For Windows](http://python.org/ftp/python/3.3.2/python-3.3.2.msi) or [For Mac OS](http://python.org/ftp/python/3.3.2/python-3.3.2-macosx10.6.dmg)
- If you have HomeBrew, just run `brew install python3` in Terminal
# Usage
- `git clone https://github.com/sameetandpotatoes/Yahtzee.git`
- `cd Yahtzee`
- `python3 -m pip install colorama`
- `python3 yahtzee.py`
[](https://coderwall.com/sameetandpotatoes)