syndicate-js/examples/syndicate-html-example-flap...
Tony Garnock-Jones 9c0ff4f756 Bump deps, upgrade typescript 2023-02-04 12:17:20 +01:00
..
css Move examples out 2021-12-10 14:25:23 +01:00
imgs Move examples out 2021-12-10 14:25:23 +01:00
src Run pipes as linked actors in their own subfacets, to prevent a vanishing pipe from killing the game 2021-12-13 20:21:21 +01:00
.gitignore Move examples out 2021-12-10 14:25:23 +01:00
LICENCE Move examples out 2021-12-10 14:25:23 +01:00
README.md Move examples out 2021-12-10 14:25:23 +01:00
gpl-3.0.txt Move examples out 2021-12-10 14:25:23 +01:00
index.html Bring the flappy-bird example up to date 2021-12-11 16:59:38 +01:00
package.json Bump deps, upgrade typescript 2023-02-04 12:17:20 +01:00
rollup.config.js Move examples out 2021-12-10 14:25:23 +01:00
screenshot.png Move examples out 2021-12-10 14:25:23 +01:00
tsconfig.json Move examples out 2021-12-10 14:25:23 +01:00
yarn.lock Bump preserves/syndicate deps in examples 2022-01-26 17:13:19 +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.