This a a flappy bird game made with pygame python module. It also includes an AI that solve the game using reinforcement learning with NEAT algorithme.
Usage of a virtual environement like anaconda or venv is recomended
No GPU or special hardware is required
Clone the repo Install dependencies:
pip install -r requirements.txt
Just run the game main.py enjoy the game or watch the AI start training itself !
If you want to play yourself :
python .\main.py
If you want to train the ai to play:
python .\main.py ai