An open API service indexing awesome lists of open source software.

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.

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
![Screenshot](https://copy.com/Z6FWz7sXu6x2wew0)
![Screenshot](https://copy.com/WjSnm8ylWie217iK)
![Screenshot](https://copy.com/RC0xE4jaucOW8Rpj)

# 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`

[![endorse](https://api.coderwall.com/sameetandpotatoes/endorsecount.png)](https://coderwall.com/sameetandpotatoes)