Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I have 1.1.18 source files and I'm getting a Javascript error when I try to run it, anyone have an idea on how to fix?

same here

Same :(

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

option 3

use the live server extesion on vscode

Basically u have to run the game on your local server