Skip to content

A precision platformer about a frog's journey, powered by phaser.js

License

Notifications You must be signed in to change notification settings

v1br/on-my-way-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub contributors

GitHub issues

GitHub issues


On My Way Up!

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:


📂 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/


🥕🐇