A re-implementation of the original FlappyLearning project in Typescript. Just for fun and educational purposes.
Beside re-implementing the whole thing, I've also separated the game logic
from the neural network to make things a lot clearer. They're only
connected inside of client.ts
.
yarn
npm run-script build
Now open up index.html
in the public
directory in your favorite browser.