- Desktop app of popular card game UNO
- 3 bots play against the user. The bots use greedy algorithm to make moves
- The game has two modes: Easy and Difficult
You can check rule of the game for more information.
git clone https://github.com/godmoves/pyUNO
cd uno_game
python driver.py