Flappy Bird with Genetic Algorithm
Flappy Birds Flap Decision using Genetic Algorithm
How-to
-
Install Python 3.x from here
-
Clone this repository:
https://github.com/tiok-cek1/flappy-bird-genetic-algorithm.git
or clickDownload ZIP
in right panel and extract it. -
create virtual environment
cd flappy-bird-genetic-algorithm
thenvirtualenv .
-
enter environment
source bin/activate
for *NIX.Scripts\activate
for Windows. -
install requirements
pip install -r requirements.txt
-
Run
python flappy.py
from the repo's directory -
use Space key to fast forward and Esc to close the game.