64‑kB executable delivers a playable 3D shooter with multiple enemies and levels. Developer uses TrenchBroom to design levels, then optimizes for space efficiency. Game includes textures, physics, and running, jumping mechanics within tight size limits. Demo showcases advanced procedural generation and compression techniques. Highlights the potential of low‑size demos for showcasing graphics engines. Encourages developers to experiment with minimalistic game design.

Article Summaries:

  • A demoscene developer, daivuk, released “QUOD,” a fully playable 3‑D shooter compressed into a 64 kB Windows executable. The demo features multiple levels, enemies, and textures, all built with custom tools: a bespoke image editor for procedural textures, a low‑poly model pipeline that mirrors meshes to halve vertex data, and a sound engine that assembles audio from square and sine waves. Daivuk also created a lightweight virtual machine and domain‑specific language to pack game logic into the limited space, saving roughly 2 kB and allowing an extra level. The project showcases extreme space optimization while still delivering a complete Quake‑style experience.

Sources: