syndicate-js/packages/flappy-bird-demo
Tony Garnock-Jones 6a3fbda599 Switch to bootstrapless lerna setup via lerna link convert 2020-06-10 12:42:44 +02:00
..
css Flappy bird demo 2018-11-08 10:54:21 +00:00
imgs Flappy bird demo 2018-11-08 10:54:21 +00:00
src Allow clicks too; remove silly special-casing of space bar 2018-12-13 10:39:45 +00:00
.babelrc Flappy bird demo 2018-11-08 10:54:21 +00:00
LICENCE Flappy bird demo 2018-11-08 10:54:21 +00:00
README.md Flappy bird demo 2018-11-08 10:54:21 +00:00
gpl-3.0.txt Flappy bird demo 2018-11-08 10:54:21 +00:00
index.html Flappy bird demo 2018-11-08 10:54:21 +00:00
main.webpack.config.js Allow multiple webpacked targets per package 2018-11-21 14:22:31 +00:00
package.json Switch to bootstrapless lerna setup via lerna link convert 2020-06-10 12:42:44 +02:00
screenshot.png Flappy bird demo 2018-11-08 10:54:21 +00:00

README.md

Flappy Bird in Syndicate/js

Inspired by Joshua Cole's 2016 post on Flappy Bird in Eve, and taking art resources from Bruce Hauman's Clojure-based flappy bird demo, this is an implementation of a Flappy-Bird-like game for the browser using Syndicate/js.

Screenshot

Licence

GPL-3.0+, except the resources in css and imgs, which are taken from Bruce Hauman's flappy bird demo which is, itself, under the Eclipse Public Licence version 1.0 or later.