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 that follows the player character. 📸
- Robust controls with clean sprite animations. 🐸
- Multiple obstacles, moving platforms and hazards. 🪤
- Cool level design with challenging jumps. 😎
Tools & Frameworks:
- Bun for testing, bundling & managing dependencies.
- Phaser.js for game scenes and physics engine.
- 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