This is an example HTML5 game made with Froobit JS framework. If you are interested in using Froobit Game Framework to make your own Javascript/HTML5 games, code of this game can serve as a good starting point.
npm install
npm run dev
Game will listen on port *:4000
To create production build run these commands:
npm run build
cd dist
http-server -p 4000
You can play Winter Bird here: https://r4nd0m7.itch.io/winterbird
p5js - JavaScript library for creating graphic and interactive experiences, based on the core principles of Processing.
Box2D - a popular C++ 2D rigid-body physics engine created by Erin Catto
Planck.js - JavaScript rewrite of Box2D physics engine for cross-platform HTML5 game development
This work is available under MIT license.