Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 507 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 507 Bytes

UNO

  1. Desktop app of popular card game UNO
  2. 3 bots play against the user. The bots use greedy algorithm to make moves
  3. The game has two modes: Easy and Difficult

How to play

You can check rule of the game for more information.

git clone https://github.com/godmoves/pyUNO
cd uno_game
python driver.py

Screenshots

home game_play1 game_play2