Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillainbisimwa/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.
https://github.com/guillainbisimwa/game-adventure
bable es6 eslint phaser3 webpack
Last synced: 15 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/guillainbisimwa/game-adventure
- Owner: guillainbisimwa
- License: mit
- Created: 2021-03-15T20:05:42.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2021-03-29T08:21:40.000Z (almost 4 years ago)
- Last Synced: 2024-12-02T21:11:42.341Z (2 months ago)
- Topics: bable, es6, eslint, phaser3, webpack
- Language: JavaScript
- Homepage: http://gbisimwa.me/Game-adventure/dist/
- Size: 19.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# 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](https://github.com/guillainbisimwa/Game-adventure/blob/design/src/img/game.gif)
Additional description about the project and its features.
## Built With
- JavaScript
- Babel
- Webpack
- [Phaser3](http://phaser.io/)
- Tests using [Jest](https://jestjs.io/)
- [Leaderboard API service](https://www.notion.so/Leaderboard-API-service-24c0c3c116974ac49488d4eb0267ade3) for high scores## Live Demo
[Live Demo Link](http://gbisimwa.me/Game-adventure/dist/)
## 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:
```s
$ 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](https://jestjs.io/), just type the following commands over the terminal in Linux or Mac or the Windows cmd console:
```s
$ npm test```
## Author
👤 **Guillain Bisimwa**
- Github : [@guillainbisimwa](https://github.com/guillainbisimwa)
- Twitter : [@gullain_bisimwa](https://twitter.com/gullain_bisimwa)
- Linkedin : [guillain-bisimwa](https://www.linkedin.com/in/guillain-bisimwa-8a8b7a7b/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/guillainbisimwa/Game-adventure/issues).
## Acknowledgments
- [Microverse](https://www.microverse.org/)
- [Game pictures](https://craftpix.net/)
- [Game soundtracks](https://downloads.khinsider.com/)## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](lic.url) licensed.