/FlappyBird_Machine_learning

Machine learning implementation in flappy bird

Primary LanguageTypeScriptMIT LicenseMIT

FlappyBird AI

FLappyBird AI

DEMO: Flappybird AI

Tech stack:

Installation

DEV

requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

$ git clone https://github.com/atipezda/FlappyBird_Machine_learning.git
$ cd FlappyBird_Machine_learning
$ npm install
$ npm run start

PROD

$ git clone https://github.com/atipezda/FlappyBird_Machine_learning.git
$ cd FlappyBird_Machine_learning
# OPEN index.html in browser

Configuration

feel free to change this variables sketch/seketch.ts

const birdsAmount = 250;
const autoKill = false;    

License

MIT

Free Software, Hell Yeah!