This is a phaser 3 game built as a Microverse Capstone ( Module Completion ) project.
Kindly check the Game Design Document I made before starting out: GDD
This game consists of three levels all of which you need to dodge all the falling bugs for as long as you can to get more points. The rate at which the bugs come out increases at each level. Players are required to enter their name in the input field so the system can update the LeaderBoard with scores assigned to the provided name. It takes a few minutes before the leaderboard scene gets updated, so you do need to refresh your browser tab to view the updated leaderboard.
- HTML5
- Phaser 3
- Vanilla JavaScript
Instructions
- Move left & right to avoid bumping into the falling bugs.
- The score increases by 10 each time a bug hits the ground.
Pre-requisites
- Having NodeJS installed on your machine.
In case you use Git
-
Open terminal
-
Run the following commands:
git clone https://github.com/ClaytonSiby/Phaser3-JS-Capstone.git
cd Phaser3-JS-Capstone
yarn install
- Run
yarn start
to start the webdev-server.
In case you don't use a version control system
-
Go to the repository
-
Press the green button that says "Code".
-
Press "Download zip".
-
Once downloaded, extract the files.
-
Right click on the folder, press "Open in terminal".
-
Run:
yarn install
- Run
yarn start
to view the page on the local webdev-server.
-
Open terminal
-
Run:
yarn test
👤 Clayton Siby
-
Github: @ClaytonSiby
-
Linkedin: Linkedin Profile
-
Twitter: @Twitter
- Contributions, issues and feature requests are welcome! Feel free to check the issues page
- To contribute to this project:
- Fork this repository & clone locally.
- Create an upstream remote and sync your local copy.
- Create a new branch.
- Push your code to your origin repository.
- Create a new Pull Request .
Give a ⭐️ if you like this project!