space-shooter.c is a cross-platform, top-down 2D space shooter game implemented entirely in standard C11, designed as a low-level exploration of game development without relying on external frameworks. The project deliberately uses only platform-native libraries, such as Win32 on Windows, Xlib on Linux, and Emscripten for web builds, to demonstrate how games can be built directly on system APIs. It supports rendering through OpenGL and handles audio and input using platform-specific...