ThePix / QuestJS

A major re-write of Quest that is written in JavaScript and will run in the browser.
MIT License
66 stars 13 forks source link

finally #11

Closed KilianKilmister closed 3 years ago

KilianKilmister commented 4 years ago

made some major mistake, that's why i closed the last PR, but this is fixed now.

ready to merge and the tests return zero errors.

ThePix commented 3 years ago

When I open dist/index.html in a browser, I see an error about CORS. I think this is not an issue when it is on a web server, but we really need it to be as fast and easy as possible to see the game (authors are potentially going to want to check things work several times an hour at some points in the development process).

Is there a way around this? Or am I missing something?