I downloaded the files, but unfortunately I wasn't able to get the game to run. At first, it complained that it couldn't access scripts, so I set up a local server to open the files. Even after fixing that, I got this error: "Tone.js:1 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page," which probably means you're trying to autoplay sounds before getting user input which the browser does not like. I'd love to play the game, but it doesn't seem possible for others to experience it in its current state.
Hi there! Thanks a bunch for trying, appreciate it. And sorry to hear your struggles. The audio context initializes after the first manual user event, so a simple mouse click anywhere should suffice to get going.
I'm also hosting it on my server and you can check it out right here: https://ardo.tbsgrdn.de/
Cheers and have fun! Curious to hear how it went :).