syndicate-js/packages/flappy-bird-demo
Tony Garnock-Jones e55e5155b7 Publish
- @syndicate-lang/core@0.0.12
 - @syndicate-lang/driver-browser-ui@0.0.9
 - @syndicate-lang/driver-http-node@0.0.8
 - @syndicate-lang/driver-timer@0.0.12
 - @syndicate-lang/driver-udp-node@0.0.2
 - @syndicate-lang/driver-websocket@0.0.3
 - @syndicate-lang/flappy-bird-demo@0.0.1
 - @syndicate-lang/syntax-playground@0.0.14
 - @syndicate-lang/syntax@0.0.15
2018-11-08 10:56:26 +00: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 Flappy bird demo 2018-11-08 10:54:21 +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
package.json Publish 2018-11-08 10:56:26 +00:00
screenshot.png Flappy bird demo 2018-11-08 10:54:21 +00:00
webpack.config.js 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.