A small collection of browser typing games. Each game is a single self-contained HTML file — no build step, no package manager.
index.html— landing page linking to the gamescloud-words.html— Cloud Words, type falling words before they landword-blaster-v7.html— Word Blaster, a space-combat typing game
Vanilla JavaScript, HTML canvas, CSS. Word Blaster additionally loads three.js from a CDN.
Open index.html in a browser, or serve the folder:
python3 -m http.server 8000Then visit http://localhost:8000.