https://github.com/gunjanmimo/flappy-bird-ai
AI based Flappy Bird
https://github.com/gunjanmimo/flappy-bird-ai
ai deep-learning game python3
Last synced: 3 months ago
JSON representation
AI based Flappy Bird
- Host: GitHub
- URL: https://github.com/gunjanmimo/flappy-bird-ai
- Owner: gunjanmimo
- Created: 2020-11-24T13:00:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T11:35:33.000Z (over 4 years ago)
- Last Synced: 2025-01-01T06:42:52.703Z (5 months ago)
- Topics: ai, deep-learning, game, python3
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flappy Bird AI
requirement
```
pip install neat-python
pip install pygame
```## run
```
python script.py
```