A space shooter like old times arcade games. Humanity is under attack by space creatures and it needs you and only you to save it
-
You miss a shot, you lose 2 points.
-
You don't kill an enemy, you lose 10 points.
-
If your score is negative, you die.
-
Increase your score by:
-
Killing enemies
-
Avoiding:
-
Missing shots
-
Enemies crossing the bottom line
-
Being killed with a bad score.
-
-
In other words:
- Ascent to glory over other lesser players that don't gather as much score than you.
- Shooting enemies in space
It only has one level and it ends when the player dies.
-
Player and its lasers:
-
Enemies:
-
Carrier Ship:
-
Chaser Ship:
-
Gunship and its lasers:
-
The user interacts with a player ship by using the w, a,s,d keys and spacebar to shoot.
-
Instructions.
-
Credits.
-
Game Over.
-
Loading.
-
Menu.
-
Options.
-
Play.
-
Score Board.
-
Set Score.
Download the repo:
git clone [email protected]:IvanDerlich/space-shooter-game.git
Move to the folder you had just created:
cd space-shooter-game
Install project dependencies:
npm install
Build the project using a node script:
npm start
I made this game following This guide.
-
Microverse.
-
The people that created the technologies I'm using listed below.
-
Code reviewers
- Webpack
- Phaser
- NPM