Skip to content

A basic version of the game "maumau" to be played on the command line, as exercise to learn python and github.

License

Notifications You must be signed in to change notification settings

JohannesRitz/maumau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

maumau

A basic version of the game "maumau" to be played on the command line, as exercise to learn both python and github.

MauMau is played the following way:

  • You initially draw 6 cards. (This amount might vary.)
  • If its your turn, you can play a card, if it matches the current card's color or value.
  • If you cannot play a card, you must draw a card.
  • You win if you have no card left on your hand. Special Card Effects:
  • 8: The next player must pause.
  • 7: The next player must draw 2 cards, unless he can play another 7. The next player must draw 4 cards, if he cannot play a 7 and so on.

====== TODO:

  • Nicer output (more explicit text, better format and timing)
  • Interactive player management -> This is currently hard coded
  • GUI ?

About

A basic version of the game "maumau" to be played on the command line, as exercise to learn python and github.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages