A small flappy bird game written in python.
The needed modules can be installed with
python -m pip install -r requirements.txt
.
For detailed requirements see requirements.txt.
To run the script python 3.6 as well as the following modules are needed:
- pygame
- pygame_menu
- neat
and the standard modules
- time
- os
- random
- configparser
- datetime
- sqlite3
To run the game simply use the tabby_birds.py script:
python tabby_birds.py