This is a Shooter game from the Javascript section of the Microverse curriculum.
Explore the docs »
Report Bug
·
Request Feature
- About the Project
- Built With
- Game Design
- Getting Started
- Prerequisites
- Installation
- Tests
- Contact
- Contributing
- Acknowledgements
An RPG Shooter Game built with JavaScript and tested with Jest.
The Main Scene is built so that a user should kill as many enemy ships as possible before they kill him or invade his zone.
This is the main character ship, and he has 3 extra lives to kill as many enemy ships as possible.
This are the enemy ships trying to destroy you at all cost.
Player laser used to destroy enemy ships.
Enemy laser used to destroy main character's ship.
Tiles used to build main character's shield.
## Getting Started
To get a local copy up and running follow these simple steps.
- Make sure your machine has
node
andnpm
packages installed.
- Clone the repo
git clone https://github.com/Temmarie/Shooter-Game.git
- Open with your favorite text editor.
- run
npm install
to install all dependencies required for the app. - If you have a live server extension installed, open the
index.html
file in thedist
folder with the live server, if not install a live server extension and do as above. - Play the game and enjoy!!!!
- NB: In the GameOver screen, the letters 'A' and 'D' used for the navigation will not work when filling the form.
- Run
yarn test
to see all available tests associated with this project.
👤 Author
- Github: @temmarie
- Twitter: @TemmarieW
- Linkedin: Grace Tife Ekunola
Contributions, issues and feature requests are welcome! Start by:
- Forking the project
- Cloning the project to your local machine
cd
into the project directory- Run
git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
Give a ⭐️ if you like this project!!
- Special thanks to [Microverse](https://www.microverse.
- I also want to thank my wonderful friend who helped me quite a lot with this project.