This is a game where you play the role of a panda and collect as many coins as you can before falling over a platform or getting hurt.
- Play as a cute panda and collect goodies while jumping from platform to platform and avoiding traps.
- Collect gold coins to increase your score.
- Avoid falling off platforms or touching spikes to not lose the game.
You need a keyboard to control the panda.
- Press ⬆️ to jump.
- Press ➡️ to go right.
- Press ⬅️ to go left.
Asset | Description |
---|---|
Panda spritesheet to animate the player | |
Platform that the player can jump on | |
World background | |
Gold coins that the player can collect | |
Spikes that the player needs to avoid |
- Javascript
- Phaser
- Webpack, Babel and Jest
To get a local copy up and running follow these simple example steps.
- Node.js
- npm
Run git clone git@github.com:meronokbay/panda-runner.git
in your terminal to clone this repo.
Install the necesarry dependencies by running npm install
in the root of cloned repo.
Run npm start
to view the game in your default browser.
Run npm test
to run the tests.
👤 Meron Ogbai
- Github: @meronokbay
- Twitter: @MeronDev
- Linkedin: Meron Ogbai
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.