NULLSPACE.EXE is a fully playable retro platform adventure built from scratch using pure JavaScript and the HTML5 Canvas API. Everything from the tilemaps and sprites to the particles, UI, and music is generated directly in code.
The game features 5 distinct levels, multiple enemy types, collectible power-ups, destructible and reactive blocks, touch controls for mobile devices, and a multi-phase ROOT_DAEMON boss battle in the final sector.
It was designed as a browser-native action platformer with no external game engine. Just a custom loop, a handcrafted renderer, and a tightly tuned movement system built for responsive play.