This repository is where I'm documenting my Python journey by building projects. I believe the best way to learn is by doing, so here you'll find a collection of games that I've developed from the ground up.
Each project helped me tackle new challenges and learn something new, progressing from simple text-based applications to more complex graphical games.
Below is a summary of the projects in this portfolio. Each project has its own folder with a more detailed README.md
file inside.
A command-line version of the classic game with a twist: an AI that learns from the player's moves. This project focuses on Python fundamentals, Object-Oriented Programming (OOP), and file I/O.
A fully functional, graphical version of the classic board game Snake and Ladder. This project demonstrates GUI development, animation, and the integration of external libraries for multimedia.
I plan on adding more complex projects as I continue to grow as a developer. Thanks for visiting!