
Classic Python Games
A visual desktop archive of nine classic retro games built from scratch using Python standard GUI libraries.
GitHub Repository
2 Stars
Overview & Motivation
To build modular desktop clones of legacy games (Snake, Pacman, BlackJack) using pure Python standard libraries.
Problem Statement
Understanding standard game loop states, coordinate collisions, and basic canvas rendering is often lost under complex game engines.
Proposed Solution
Programmed a structured repository of nine games (including Blackjack, Snake, PingPong, Breakout, Pacman, Hangman) utilizing OOP state flows.
Results & Impact
Created a lightweight collection of nine classic games featuring custom keyboards, scoring loops, and sound layouts.
Technologies Used
PythonTurtle GraphicsTkinterGitGitHub


