Game `Mr Flap` written in javascript
npm install mr-flap!Build Status 
Game 'Mr Flap' written in plain javascript. Available as embeddable library.
Use the latest bundled version, a specific release or simply create your own bundle:
``sh`
$ npm run build
Simply integrate the js and css source files inside your HTML document:
`html
`
Make sure the mrflap-playground element is available to render the game inside.
sh
$ npm i
$ npm run dev
`Testing
`sh
$ npm run test
`Commit Message Guidelines
* feat(new feature for the user, not a new feature for build script)
* fix(bug fix for the user, not a fix to a build script)
* docs(changes to the documentation)
* style(changes to css, styling, etc; no business logic change)
* refactor(refactoring production code, eg. renaming a variable)
* test(adding missing tests, refactoring tests; no production code change)
* chore(updating gulp tasks etc; no production code change)
Definition of Done
See our Definition of Done.
Releasing
np for releasing new versions`sh
$ npm i -g np
$ np
``