You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pygame_ProjectX is an tiny Space Invaders style game in Python's 2D game library called Pygame...
Pygame_ProjectX is finnished for 2 days of coding and creating sprites (images)...
Pygame_ProjectX was made entierly by indie game dev to represent game logic...
This game is a monolithic Pygame project that I designed and built entirely from scratch, without relying on tutorials, documentation, or AI assistance. All game logic, rendering, and event handling are in one place, making it easier to understand, test, and tweak interactions between the player, bullets, and enemies. The code uses classes and functions to stay organized and readable, and it’s ready to be modularized later if the project grows. For the current scope, this simple structure keeps things practical and efficient.