Microverse Full-Stack Web Development Education
Microverse Page »
View Demo
·
Report Bug & Request Feature
This is a game build in JavaScript and Phaser, where a character is trapped inside busy high way, and they have to evade the vehicles and eat some fruits in order to survive.
For more infor about this project check out the GDD
Components of this project is listed below;
- Javascript ES6
- Phaser3
- Webpack
- Jest
- CSS
- EsLint
- VsCode
This project has been deployed on LIVE VERSION, you can visit page or download/clone repository from github to try it.
- Run
git clone https://github.com/oloomoses/highWayTrap.git
to clone - Run
npm install
to install dependencies - And
npm run build
to build the project using webpack - Run
npm start
to run the dev server - for testing run
npm run test
- open a browser and go to
localhost:8080
or click the link above for the live version; - After the loading and intro scenes, click to play to begin or click options to tweak sound and music in the game;
- Enjoy your game;
👤 Oloo Moses
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
- Microverse Education
- ODIN Project
- GitHub
- Phaser3 for the tutorial
- Zenva for the tutorial