DEMO: Flappybird AI
- TensorFlow.js
- p5.js
- Typescript
- Gaweph/p5-typescript-starter
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
$ git clone https://github.com/atipezda/FlappyBird_Machine_learning.git
$ cd FlappyBird_Machine_learning
# OPEN index.html in browser
feel free to change this variables sketch/seketch.ts
const birdsAmount = 250;
const autoKill = false;
MIT
Free Software, Hell Yeah!