Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 550 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 550 Bytes

Flappy-Game

Must run in conjunction with Flappy-Server

This is the game portion of the Flappy Bird evolution training project.
Setup guide:
1.Clone Flappy-Server: https://github.com/Flappy-Bird-Evolution/Flappy-Server
2. download the latest build of Flappy-Game
3. Compile and execute Flappy-Server
4. Run Flappy-Game

This will initiate a population of birds trying to play the game. They won't do well at first.
In order to train the population, head over to the Flappy-Server repo and start writing the genetic operators!