Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.28 KB

flappy-bird.md

File metadata and controls

27 lines (20 loc) · 1.28 KB

Flappy Bird Difficulty

Coin Runner

Description

Clone of the famous flappy bird game released in May 24, 2013.

How to run it

Adjust the webpack.config.js file as follows:

entry: './src/games/flappy-bird/game.ts'

What will you learn