- SDL
- SDL Image
- C++ Compiler (MingW)
- CMAKE
sudo apt install libsdl2-2.0.0 libsdl2-dev libsdl2-image-2.0-0 libsdl2-image-dev cmake
Linux Machine
# Build Command
sh build.sh
# Run Command
sh run.sh
- Background Image: Sharmaine Gaw
- Macky Sprite: Kysonn Dela Cerna
- Paper: Evolving Neural Networks throughAugmenting Topologies
- Article: NEAT: An Awesome Approach to NeuroEvolution
- Java Implementation: AI - Neat
- JS (Simple Neural Network): Neuroevolution Flappy Bird