phoboslab / Impact

HTML5 Game Engine
MIT License
1.99k stars 204 forks source link

cannot open #93

Closed GhostieKoto closed 1 year ago

GhostieKoto commented 1 year ago

double-clicking index.html (to open the editor or whatever) opens it in the browser however it's forever loading it doesn't do anything else.

Joncom commented 1 year ago

You need to open index.html served through a web server, which would look something like http://localhost/index.html

Instead of simply double clicking on index.html, which would look something like: file:///path/to/index.html

Message ID: @.***>

GhostieKoto commented 1 year ago

you wanna explain?

Like, what do I do to get to the web server or whatever?

Joncom commented 1 year ago

Have a look here:

https://impactjs.com/documentation/getting-started

Message ID: @.***>

GhostieKoto commented 1 year ago

Oh ok