Simple life simulator with genetic algorithm and neural networks. Inspired by https://github.com/davidrmiller/biosim4.
out-low.mp4
To run:
# Install SFML, CMake, GNU make, and a C++ compiler. On Debian-based GNU/Linux distributions you can run:
sudo apt-get install libsfml-dev cmake make gcc
# Clone this repository:
git clone https://github.com/OverShifted/NeuralLife && cd NeuralLife
# Configure CMake
cmake -S . -B build
# Compile
cmake --build build
# Run
./build/NeuralLife