A precision platformer about a frog's journey.
Docs
|
Pulls
|
Issues
|
License
Welcome to "On My Way Up" - a vertical platformer browser game currently in development. Take control of a Frog as you navigate past obstacles of various shapes, sizes, and functions to reach the top where your friend awaits. Along your ascent, encounter diverse platforms and interactive objects such as trampolines for extra height, fans that propel you away, and spikes to avoid.
feature highlight:
- dynamic camera 📸
- multiple entities 🐸
- modular design 🧑🏼💻
- cool level design 😎
tools & frameworks:
- Phaser.js for game logic and rendering on a WebGL-powered canvas.
- Express.js for local hosting and development.
asset credit:
- Pixel Adventure 1 - spritesheets & tilemaps
- Brackey's Platformer Bundle v1 - sound effects
📂 Running the project locally:
git clone https://github.com/v1br/on-my-way-up.git
cd on-my-way-up
bun install
bun run dev
💻 Contributing to the project:
# [ fork the repository ]
git clone https://github.com/user/on-my-way-up.git && cd on-my-way-up
git branch -b new-feature
# [ apply your changes ]
git add changes
git commit -m "meaningful message"
git push origin new-feature
# [ create a pull request ]
Important
Please follow conventional commits: https://www.conventionalcommits.org/en/v1.0.0/
🥕🐇