In this repository you will find all the commented code above. The main objective will be to apply the NEAT algorithm, specifically NEAT-python, to create Neural Networks so that they can control the individuals of a population, better known as genome in genetic algorithm.
Important
- You have to download the imatges folder, the config.txt and flappy.py file and put it in a folder (you have to create it).
- You must import the folder which you created in Visual Studio Code and run the flappy.py file.
Note
Language used: Python (version 3.11.4)
Code editor: Visual Studio Code
Libraries used:
Llibraries:
- Neat-python (version 0.92)
- Pygame (version 2.5.0)
- os and random