A classic Tower Defense game built with Phaser 3 and TypeScript. Defend your base against waves of enemies and bosses!
Try Game 🎮
- Objective: Prevent enemies from reaching the end of the path
- Place Towers: Click "Place Tower" and strategically position towers along the path
- Manage Resources: Collect gold by defeating enemies
- Survive Waves: Each wave becomes more challenging, with bosses appearing every 5 waves
-
Install dependencies:
npm install
-
Start development server:
npm run dev
-
Open the game: Navigate to
http://localhost:5173
npm run previewnpm run build