syndicate-js/packages/html/examples/flappy-bird
Tony Garnock-Jones ca8f343a44 Mark example packages as private 2021-05-17 16:32:20 +02:00
..
css Fix handling of template string substitutions in scanner/reader; timer driver; flappy bird demo; associated repairs 2021-01-29 19:56:12 +01:00
imgs Fix handling of template string substitutions in scanner/reader; timer driver; flappy bird demo; associated repairs 2021-01-29 19:56:12 +01:00
src New Preserves float interface 2021-02-17 15:36:43 +01:00
.gitignore Fix handling of template string substitutions in scanner/reader; timer driver; flappy bird demo; associated repairs 2021-01-29 19:56:12 +01:00
LICENCE Fix handling of template string substitutions in scanner/reader; timer driver; flappy bird demo; associated repairs 2021-01-29 19:56:12 +01:00
README.md Fix handling of template string substitutions in scanner/reader; timer driver; flappy bird demo; associated repairs 2021-01-29 19:56:12 +01:00
index.html Switch to yarn workspaces 2021-04-26 15:13:30 +02:00
package.json Mark example packages as private 2021-05-17 16:32:20 +02:00
rollup.config.js Fix handling of template string substitutions in scanner/reader; timer driver; flappy bird demo; associated repairs 2021-01-29 19:56:12 +01:00
screenshot.png Fix handling of template string substitutions in scanner/reader; timer driver; flappy bird demo; associated repairs 2021-01-29 19:56:12 +01:00
tsconfig.json Fix handling of template string substitutions in scanner/reader; timer driver; flappy bird demo; associated repairs 2021-01-29 19:56:12 +01: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.