A 2D space-shooting browser game built with Phaser 3, where players shoot enemies and survive as long as possible.
This is a beginner-friendly game development project created using HTML, JavaScript, and the Phaser game engine.
This project is a simple arcade-style space shooter where the player controls a spaceship, shoots incoming enemies, and collects healing items to survive. It is designed as a functional web-based game with multiple scenes and basic gameplay mechanics, using no external frameworks beyond Phaser 3 and vanilla JavaScript.
- 🔁 Multiple Scenes:
Start Scenewith a "Play" button to begin the game.Main Game Scenewhere the gameplay takes place.Game Over Scenedisplayed when all player lives are lost.
-
🔫 Shooting Mechanism:
The spaceship can shoot bullets to destroy enemies. -
❤️ Health & Healing:
The player starts with 3 lives. Health can be increased by collecting heal items that appear during gameplay. -
🟥 Visual Damage Feedback:
As the player loses lives, the spaceship's color gradually turns more red, providing visual feedback on the player's damage level.
It's kind of limited (you have to click the object button (left arrow key and right arrow key + shoot button)
- Left/Right Arrow Keys – Move the spaceship
- Shoot Button - Shoot laser to the Alien
- Collect healing icon – Restore one life



