This project was built as a JavaScript Capstone project at the end of the JavaScript module in the Microverse Curriculum. It is an RPG game built with Phaser3. The main goal is to collect as many gifts as possible while having to avoid monsters. Press the Left arrow to go left, Right arrow to go right, and Up arrow to jump.
This is a 2D side-scrolling action game where players take control of a little girl, running, and jumping through the virtual city! The mission is to collect as many gifts as possible while avoiding an array of obstacles to reach a final goal.
Additional description about the project and its features.
- JavaScript
- Babel
- Webpack
- Phaser3
- Tests using Jest
- Leaderboard API service for high scores
In order to run locally this project type the following commands over the terminal in Linux or Mac or the Windows cmd console:
$ git clone https://github.com/guillainbisimwa/Game-adventure.git
$ cd Game-adventure
$ npm install
Once you've installed the project's dependencies, you can run the project using npm start
.
- From your project's directory, run
npm start
. - Open up your browser to
http://localhost:8080/dist/
. - You should see a web page with the game interface requesting for player name.
- Fill in your name and enjoy your game!
To run the integration Tests locally using Jest, just type the following commands over the terminal in Linux or Mac or the Windows cmd console:
$ npm test
👤 Guillain Bisimwa
- Github : @guillainbisimwa
- Twitter : @gullain_bisimwa
- Linkedin : guillain-bisimwa
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.