Hi - can't figure out how to contact the developer directly. I bought the game, downloaded and extracted, and when I run index.html I just get a screen of lines. The music starts but nothing else. Screenshot attached. I've tried it in every browser. Suggestions?
I also encountered this problem, and later I discovered that it was a browser restriction that did not allow direct loading of resources and JavaScript scripts from local files.
My method is to run "python - m http. server 8000" in the game file directory on the console (Python needs to be installed in advance), and then access this URL in the browser: http://localhost:8000/index.html