Awesome game! How did you get the game to run in the browser rather than needing people to install an exe file?
Viewing post in Skele-Tom jam comments
Thank you very much!
- Project Menu -> Export
- In the export window, press the Add... button
- Select Web.
- Save it to a folder (I put mine in res://export/web)
- Open the folder in Windows Exporer.
- Rename <gamename>.html to index.html
- Zip up everything in the folder.
- Upload to your itch page as a Web game. (I highly recommend using Butler.)
- Select on the page that the game is an embedded game. (You can still add download versions of the game.
Longer instructions here: https://foosel.net/til/how-to-export-a-godot-4-game-to-run-on-the-web-on-itchio/ (I didn't write them but it's what I used to learn how to do it.)