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