/uno-py

Python implementation of Uno card game

Primary LanguagePython

Python implementation of Uno card game

For details of Uno, see wikipedia. For overview of the implementation, see my blog post.

How to play

  • Install Python library: poetry install
  • Play: poetry run python app.py --player <your-name>