Skip to content

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.

License

Notifications You must be signed in to change notification settings

guillainbisimwa/Game-adventure

Repository files navigation

Game-adventure

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.

screenshot

Additional description about the project and its features.

Built With

Live Demo

Live Demo Link

Getting Started

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

Running The Project

Once you've installed the project's dependencies, you can run the project using npm start.

  1. From your project's directory, run npm start.
  2. Open up your browser to http://localhost:8080/dist/.
  3. You should see a web page with the game interface requesting for player name.
  4. Fill in your name and enjoy your game!

Testing

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

Author

👤 Guillain Bisimwa

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Acknowledgments

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

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.

Topics

Resources

License

Stars

Watchers

Forks