This game must be served via a web server. Opening index.html directly from your file system won't work.
index.html
Run this in your terminal:
python3 -m http.server 8000
Then open http://localhost:8000