Get playing in under 2 minutes!
-
Install Python (if you don't have it):
- Download from python.org
- Version 3.7 or newer required
-
Install the game:
# Open terminal/command prompt in the game folder pip install pygame==2.5.2 -
Run the game:
python main.py
- Click "New Game"
- Choose number of opponents (1-3)
- Click "Start Game"
- Click cards in your hand to play them
- Match the color OR number of the top card
- Draw if you can't play (click Draw button)
- ESC to pause
- 🚫 Skip - Next player loses turn
- 🔄 Reverse - Changes direction
- ✌️ Draw 2 - Next player draws 2
- 🌈 Wild - Choose any color
- 🌈+ Wild Draw 4 - Choose color + next player draws 4
First to play all cards wins! 🎉
- Can't play? Playable cards are highlighted
- Wild cards - Save for emergencies
- Watch opponents - See their card count
- History panel - Track recent moves on the right
- Mouse: Everything!
- ESC: Pause/Resume
- Any key: Continue after game over
- Easy: Random plays (good for kids)
- Medium: Basic strategy
- Hard: Strategic play (challenging!)
- Game won't start? Make sure you're in the game folder
- No pygame? Run:
pip install pygame==2.5.2 - Black screen? Update your graphics drivers
Ready to play? Run python main.py and have fun! 🎮