2026-04-21 08:06
The game is currently unplayable both here and on itch.io. The archive seems to be corrupted or incomplete, it looks like you’re missing some build dependencies. Make sure to pack the entire contents of your Builds folder into the archive.
I ran into a problem playing on this site.
Uh oh! If you’re seeing this error, it means I can’t find your index.html file.
This usually means you created your .zip file by zipping the entire folder, and index.html is somewhere like MyGame/index.html. If you recreate your .zip with index.html file in the root, this error should go away.
See the embedding guide for more details. ludumdare.com/resources/guides/embedding/
404 Not Found I’m facing the same problem. to solve it, you need to create an archive for uploading to ludum in a different way.
MyGame.zip └── MyGame/ ├── index.html ❌ ├── Build/ └── TemplateData/
MyGame.zip ├── index.html ✅ ├── Build/ └── TemplateData/