Snake'O'Mania
Personal Project
2025
A feature-rich snake game built in Python using Pygame with help from ChatGPT. This project was designed as my first hands-on step into game logic, code structure, and interactive UI creation. It features multiple themes, adjustable game speed, dynamic resizing, and obstacle generation.

Process
Defined game structure: states (start/play/end), snake logic, scoring system.
Designed UI components: buttons, themes, and screen-responsiveness.
Collaborated with ChatGPT to write and debug Python code.
Iteratively tested gameplay logic using Replit.
Customized visual experience with gradient backgrounds and themed styles.



Work Outcome
Fully functional, playable desktop game coded from scratch.
Learned Python through real-world application (with AI assistance).
Built strong foundational understanding of OOP, game loops, and event handling.
Sparked confidence to take on more Python and AI-integrated coding challenges.