El Galactico is a Top-Down Space Shooter Game, where the player's space ship aims to destroy enemies' spacecraft thereby accumulating point while avoiding being hit by the enemy.
Here's how to play El-Galactico
- Use the
Left
,Right
,Up
, andDown
arrowkeys
to navigate around the screen and dodge enemies' lasers - Use the
SPACE KEY
to shoot lasers - Any laser aim at the enemy's spacecraft destroys the target and scores you a point
- Happy playing!
- Javascript (ES6)
- Phaser 3
- HTML / CSS
- Webpack
- Babel
- Jest
- Node / Express
To get a local copy up and running follow these simple steps.
For JS-Capstone-Shooter
to work locally on your machine, you need these installations:
- Nodejs and npm
- A Web Browser that has
<canvas></canvas>
support
- Open the Terminal
- Run
git clone https://github.com/belsman/JS-Capstone-Shoooter.git
or, for SSH:
git clone [email protected]:belsman/JS-Capstone-Shoooter.git
- Run
cd JS-Capstone-Shooter
to enter the main directory - Run
npm install
- Run
npm run devserver
- Visit
http://localhost:8080
in your browser to play - Happy playing!
- Open the Terminal
- Run
cd JS-Capstone-Shooter
to enter the main directory - Run
npm test
👤 Bello Babakolo
- Github: @belsman
- Twitter: @d_belsman
- Linkdin: Bello Babakolo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse for showing the way for this project to happen
- Credit wubitog and Skorpio ( http://opengameart.org/users/skorpio )
- CraftPix.net 2D Game Assets
- Create a videogame template
- The space shooter game tutorial