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