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