notty Documentation
A simple card game called Notty using Pygame
Welcome to the Notty card game documentation.
Contents
- Game Mechanics - How to play
- AI System - How the computer players work
Quick Start
- Install:
uv pip install -e . - Run:
notty - Read Game Mechanics to learn the rules
About
Notty is a strategic card game for 2-3 players built with Python and Pygame. The goal is to be the first to empty your hand by discarding valid card groups.
Features:
- 90-card deck (5 colors × 9 numbers × 2 duplicates)
- AI opponents using Q-Learning
- Visual interface with Pygame
- Multiple strategic actions