Skip to content

mat-sz/flappy-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flappy bird

A TypeScript reimplementation of Flappy Bird. Uses matter-js as the physics engine. Canvas renderer is my own.

Doesn't do anything yet.

Building instructions

npm install
npm run build

# or

yarn install
yarn build

The output will be in ./dist/.