Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Gallanta14

2
Posts
2
Following
A member registered 36 days ago

Recent community posts

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

(2 edits)

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