Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

If you ran into the same issues with web version that I did, it's due to the local http files not actually being served by a web server. There are a few quick ways to solve this:

  1. Install python. From command line, navigate to the export folder, then start a Python web server. Open your browser to 127.0.0.1 and the correct port. 
  2. Install Visual Studio Code. Install this plugin. Open the html file that you exported from Godot and then press the Go Live button in the bottom right of VSC. 

If you run into trouble, I can hop on discord and we can try to solve, if you'd like.