Skip to content

Releases: obestwalter/mau-mau

4th CodeCats session

14 Apr 16:30
Compare
Choose a tag to compare
  • Pretty much does and shows what it should now.
  • Properly hosted documentation with MkDocs on Github Pages

Complete rules, interactive mode, simple command line interface

09 Apr 22:03
Compare
Choose a tag to compare

Features

Note: The commandline tool is called sim in this release not mau-mau

  • Complete rules of Mau Mau
  • two different strategies:
    • simple random strategy for a computer player
    • strategy that adds interactivity so a human can play against the computer
  • Functions to run multiple games and collect stats
  • Flexible command line interface (add new functions without adjusting code)
  • automatic tests with py.test, tox and Travis CI
  • Logging with the stdlib logging module
  • Use of Python protocols to create custom classes which behave like inbuilt data types

3rd CodeCats session

05 Apr 20:56
Compare
Choose a tag to compare

This is the state the code was in, when we had the third session.