It works better - I get a game screen instead of nothing, and I can click on the README button to read the readme. But when I click on the play button, nothing happens.
Here's the current console log:
city.js:3111 Uncaught (in promise) DOMException: play() can only be initiated by a user gesture.
city.js:2489 Uncaught ReferenceError: RectBackground is not defined at Game.initialize (city.js:2489) at App.update (stdMain.js:16) at Object.update (stdMain.js:30) at tickFun (stdMain.js:41)
Also, the credits button is getting a 404 because it's trying to open "ATTRIBUTION.txt" instead of "ATTRIBUTION.html".
I'll try the itch app and let you know.