A kid-friendly educational browser game where players stay behind cover and blast 3D monsters carrying math answers.
- Fully playable in the web with a 3D arena rendered using Three.js.
- Monsters spawn in increasing waves and move toward the player.
- Each wave sets a target math answer.
- Player can switch toy-style weapons with different scoring.
- Player must pop out of cover to shoot by clicking monsters in the scene.
Use a local web server (required for ES module loading):
python3 -m http.server 8000Then visit http://localhost:8000.