Memory Card Game
Tech Stack
Links
About
A simple memory matching game.
Discussion & Feedback
Have questions about this project? Built something similar? Share your thoughts!
(Requires GitHub account to comment)
Related Projects
Solar System Simulator
Python and Pygame solar system. Eight planets orbit a central sun using real gravitational physics, with hover-to-identify and planet-specific sizes and colours.
Interactive Times Tables
One of my first Python projects from 2022, built when I was just starting to learn programming. Interactive Times Tables is a command-line game that quizzes you on your times tables, tracks your score, and lets you choose which table to practice. I built it to get comfortable with loops, conditionals, and user input in Python. It lives on GitHub as part of my early python_projects repository - a snapshot of where I started before moving on to web development.