This is a browser ES-module game, so game.js and its imports can
only be loaded over http. Opened directly from disk the browser blocks every
module as cross-origin and nothing renders.
From this folder run:
python3 -m http.server 4173
then open http://localhost:4173/index.html