/yahtzee-cli

a multiplayer yahtzee game - first personal project with python

Primary LanguagePythonMIT LicenseMIT

Multiplayer Yahtzee

Build Status

Description

This is a personal project to learn python and supporting toolsets via scripting a multiplayer yahtzee game.

Ouputs a YahtzeeScores/ directory containing sub-directories and score files in .txt and .docx format.

How to Play

Download/clone repo, activate virtual environment, ensure you're on python3.8, "pip install -r requirements.txt" to install dependencies. Run "python -m yahtzee" to begin game.

Follow game instructions, and refer to Yahtzee Rules as required

Future Improvements

  • testing
  • GUI