Simple arcade game using p5.js and Box2d.js
It's a simple arcade game in which player tries to have best time flying over different terrains. Player controls gravitational force applied to the ship and tries to always hit the downhill (which gives a speed boost). Hitting the uphill reduces speed to minimum.
Levels are generated using set of sin functions with different amplitude and frequency.
The game consists of number of those levels connected to each other using bezier curves.
To run this game you need some simple web server. I can recommend Simple Web Server, but any server will do :)
- p5.js - used here as graphic engine. Not the best choice for game making, but it does its job here :)
- box2D.js - Box2D physics engine ported to js.
I am using some free graphics in this game:
- Checkered flags - Image by macrovector on Freepik
- Balloon - Image by brgfx on Freepik
- Clouds - Image by rawpixel.com on Freepik

