USA States Game

A Python turtle-based game where the player guesses all 50 U.S. states. Includes CSV data parsing, dynamic text placement, and error handling.

πŸ”— GitHub Repository

Crossing Game

A Frogger-style game built in Python. Includes collision detection, dynamic object creation, and increasing difficulty.

πŸ”— GitHub Repository

Mail Merge Automation

A simple automation tool that reads names from a file and generates personalized letters. Great example of file handling and string manipulation.

πŸ”— GitHub Repository

Snake Game

A classic Snake game built in Python using the turtle module. Includes movement logic, collision detection, score tracking, and dynamic food spawning.

πŸ”— GitHub Repository

Pong Game

A two‑player Pong game created in Python. Features paddle movement, ball physics, collision detection, scoring, and game reset mechanics.

πŸ”— GitHub Repository