A retro-style typing game built with Kaboom.js and Vite. Defend your ship by typing words to destroy incoming asteroids!
- Fast-paced Action: Type words quickly to destroy asteroids before they hit your ship / bottom of the screen.
- Multiplier System: Build up your score multiplier by destroying asteroids without missing or getting hit.
- Progressive Difficulty: The game gets faster and harder as you level up.
- Stats Tracking: Tracks your Score, WPM (Words Per Minute), and Max Multiplier.
- Visual Effects: Includes particle explosions, laser beams, and floating text effects.
- Type letters: Matches the characters on the asteroids.
- Space / Enter: Start the game or Restart after Game Over.
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Build for production:
npm run build
- Developed by blockbusterandy
- Engine: Kaboom.js
- Bundler: Vite
