Skip to content

A simple HTML5/Javascript game made with Froobit Game Framework

License

Notifications You must be signed in to change notification settings

ognjenvucko/winter-bird-game

Repository files navigation

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.

Releases

No releases published

Packages

No packages published