// Overview
Project breakdown
The space fighter game is a programming-focused project built to sharpen logic, systems design, and debugging. It brings together movement, collisions, enemy patterns, and scoring into a complete gameplay loop. It also shows comfort with iteration, because game feel improves through repeated tuning and fixes.
C#, MonoGame, collision systems, gameplay loops