The game couldn't start.
Two things it needs:
1. An internet connection — three.js is loaded from unpkg.com.
2. To be opened over http://, not by double-clicking the file. Browsers block
JavaScript modules on file://. It works on the live site, or locally via
python3 -m http.server run from the project folder.