Skip to content

Simple life simulator with genetic algorithm and neural networks.

License

Notifications You must be signed in to change notification settings

OverShifted/NeuralLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralLife

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

About

Simple life simulator with genetic algorithm and neural networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published