Skip to content

ShaquilleNathan/Simple-Space-Shooter-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Simple Space Shooter Game

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.

🎮 Try it out!


📜 About

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.


✨ Features

  • 🔁 Multiple Scenes:
    • Start Scene with a "Play" button to begin the game.
    • Main Game Scene where the gameplay takes place.
    • Game Over Scene displayed when all player lives are lost.
Demo Image Demo Image Demo Image Demo Image
  • 🔫 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.


🕹️ Controls

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

About

Space Shooter is a simple 2D arcade-style game built using Phaser 3. The player controls a spaceship, shoots enemies, collects healing items, and survives as long as possible. This project serves as an experimental introduction to game development with multiple scenes and core gameplay mechanics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors