A solo developer has released a playable browser build of a cyberpunk city that relies entirely on text characters for its visuals. This project matters because it proves you can build a 3D-looking environment without any traditional game engines or asset files. The build went live this week for global access.
Solo developer releases playable browser build of text-based cyberpunk city
Grow Now! Games developed the project using a custom engine written in Rust. The developer compiled the code to WebAssembly to ensure it runs efficiently in modern web browsers. The studio described the original demo as having no Unity, no Unreal, and no 3D models, textures, or shaders.
The core engine weighs only 283KB and reserves 1,152KB of linear memory at startup. It preallocates a 2.76MB vertex buffer to handle the visual data. The engine feeds a WebGL renderer to draw ASCII characters as textured quads on the screen.
The application supports desktop sessions with a resolution of 180 columns by 80 rows. Touch devices drop to 48 rows and adjust between 96 and 168 columns depending on the screen width. The current build is version 0.1.0 and runs on standard web browsers without requiring downloads.
We looked at this text-based metropolis earlier while tracking unique indie game releases. The project demonstrates how lightweight code can replace heavy graphical assets for specific visual styles. The build is available now in your browser.



Discussion
0 comments
Log in to join the thread with a thoughtful take, question, or correction.