Im getting an error with 1.1.18 downloaded version. Cant start the game
update:
For the ones having problem by clicking on index.html: Its a browser cors/security problem. There are few ways to solve it. You need to "run in a server". Heres how:
Option 1 Python :
Go on the folder path and type on your terminal:
py -m http.server 8000
Then open http://localhost:8000 on the browser.
Option 2 Node
Do the same, but run
npx http-server