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?
Viewing post in New Dragonsweeper Version! comments
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