/flappy-bird-genetic-algorithm

A Flappy Bird Clone using python-pygame

Primary LanguagePythonMIT LicenseMIT

Flappy Bird with Genetic Algorithm

Flappy Birds Flap Decision using Genetic Algorithm

How-to

  1. Install Python 3.x from here

  2. Clone this repository: https://github.com/tiok-cek1/flappy-bird-genetic-algorithm.git or click Download ZIP in right panel and extract it.

  3. create virtual environment cd flappy-bird-genetic-algorithm then virtualenv .

  4. enter environment source bin/activate for *NIX. Scripts\activate for Windows.

  5. install requirements pip install -r requirements.txt

  6. Run python flappy.py from the repo's directory

  7. use Space key to fast forward and Esc to close the game.