Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 990 Bytes

readme.md

File metadata and controls

53 lines (35 loc) · 990 Bytes

FlappyBird AI

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!