- The web versions of Godot engine games use WASM, which doesn’t load if you open the bundled HTML file with the web browser, the user has to set up a web server that serves the web game files e.g.
$ python3 -m http.server
. itch.io allows you to publish a game with a web version, and they will serve all the files without issues. - I couldn’t understand what was really going on with the game, the items, etc.