A retro-inspired space shooter where you battle meteors, enemy spaceships, and bosses.
Play the GameThis pixel-based space shooter game was built using vanilla JavaScript, HTML, and CSS. It features **player movement, shooting mechanics, enemy spawning, boss battles, and a leaderboard system**.
The game is contained within a `
- **Player Movement:** Left/Right Arrow Keys
- **Shooting Mechanic:** Spacebar fires bullets
- **Enemies & Boss Battles:** Meteors, enemy ships, and a final boss at **10,000 score**
- **Health & Bonus Drops:** Players can collect health boosts and extra bullets
- **Leaderboard System:** Submit scores and compete for the highest rank
The game runs smoothly on **desktop screens**, with touch-screen support in development. The UI elements adjust dynamically to different resolutions.
Handling **collisions**, **enemy AI movement**, and **leaderboard integration** were major challenges. Through optimization and debugging, the game now supports **real-time interactions and scoring updates**.