Skip to content

notty Documentation

SecurityChecker DependencyAuditor

VersionController RemoteVersionController ContainerEngine Pyrigger PackageManager

DocsBuilder Documentation

MypyTypeChecker PreCommitter Linter MDLinter

PackageIndex ProgrammingLanguage License

ProjectTester ProjectCoverageTester

CI CD


A simple card game called Notty using Pygame


Welcome to the Notty card game documentation.

Contents

Quick Start

  1. Install: uv pip install -e .
  2. Run: notty
  3. 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