Flappy Bird AI created with NEAT (Neuroevolution of Augmenting Topologies).
Some shortcuts:
-
q
- 1x Speed -
w
- 2x Speed -
e
- 5x Speed -
r
- 10x Speed -
t
- 30x Speed -
y
- 650x Speed -
v
- Toggle bird vision visualization
Follow these steps to run the project locally.
-
Clone the repository (HTTPS)
git clone https://github.com/TylerMommsen/flappy-bird-ai.git
-
Navigate to the project
cd flappy-bird-ai
-
Open the project You can open the project by launching the index.html file or using a local server setup if required.
If you're using VSCode, install the Live Server extension from the VSCode Marketplace, right click on the index.html file and select 'Open with Live Server'.