Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 426 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 426 Bytes

Mudak

Mudak is a console equivalent of the Russian card game Durak. It contains 2 projects:

MudakCore: the main methods and implementations required for the game to work. The game currently only supports 2-player mode.

MudakConsole: the console interface for the game, along with a couple AIs. You are welcome to try and code a new AI that would beat the existing ones! All AIs implement the interface IAI.