
PythonPygameOOP
Asteroid Pygame
An Asteroid-style arcade game built with Pygame, applying object-oriented programming, callback functions, and modular code organization. Inspired by a Real Python tutorial on sprite management, collision detection, and game loop mechanics. Code is split across __main__.py, game.py, utils.py, and models.py. tutorial.
View project