Welcome!
This is a small Flappy-Bird-style game made for the CubeFlyer Game Challenge. Thanks to @MetzinAround for the original!
Check out the Releases page to see the changes.
- Barriers now get narrower as the player gets closer to them
- Added music
- Obstacles and clouds now scale following the rhythm of the music
- Added high score system (saves best score to local storage)
- Fixed score
- Changed visuals
To launch the game on your local machine, open game/index.html
in your browser.
To launch the game in a codespace, you first need to install an HTTP Server:
npm i -g http-server
Once it's installed, start it:
http-server
Finally, open the following address in your browser:
http://127.0.0.1:8080/game
BabylonJS libraries are obtained through the BabylonJS CDN, so packages need to be installed. Textures are downloaded from the iqnite/CubeFlyer GitHub Page.
Click or press Space to jump.
Don't bump into the orange lava pipes.
The pipes get narrower as you approach them.
You earn 1 point for each pipe you pass.
The high score is automatically saved to the browser's local storage.