The 4/3/2026 Geometry Dash web demo, containing the first level of the game, "Stereo Madness".
Play here: geometrydash.com
Caution
This is a complete reverse engineered version of the vanilla Geometry Dash web demo that doesn't entierly use AI for everything. No additional features have been added.
It features my own custom representation of the file structure based on modern game enviornments, and can be compiled back into a singular, minified JavaScript file. Everything has been organized in a way that shouldn't feel like a mess of files.
Important
The only modification made to the code that is not present in the vanilla game is the domain lock being commented out, this bit of code disallows users to run the compiled script in other websites.
Note
The original source used obfuscator.io to obfuscate the code, obfuscator.io is proprietary web based software.
You can work with this project in two ways:
Test the game instantly without building by serving the root directory with a local web server.
Example: Run
npx servein the root folder and openindex.html.
To compile the game into a single optimized file:
- Install dependencies:
npm install - Build the project:
npm run build
The final game will be generated in the dist folder. The contents in src will be compiled into one file, located in dist/assets called index-game.js.
A 3rd party documentation is available at https://deepwiki.com/brokemutt/gdweb, powered by DeepWiki. Information may not be accurate.
