Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.09 KB

winter-bird-game

enter image description here

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.

Run game locally

npm install
npm run dev

Game will listen on port *:4000

Build and run

To create production build run these commands:

npm run build
cd dist
http-server -p 4000

Live version

You can play Winter Bird here: https://r4nd0m7.itch.io/winterbird

Credits

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

License

This work is available under MIT license.