Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stanthesoupking/evolution-simulator

Simulates natural selection amongst generated species.
https://github.com/stanthesoupking/evolution-simulator

Last synced: 1 day ago
JSON representation

Simulates natural selection amongst generated species.

Awesome Lists containing this project

README

        

# Evolution-Simulator
Version 0.0.1
Written in C++ and SDL2.
# Compiling
To compile on Windows you need MinGW and then you should be able to run "make" as usual. You will need to have installed SDL2.

make

To compile on Linux you need to install SDL2. Then you should run "make"

sudo apt-get install libsdl2-dev
make

# About
Simulates natural selection amongst generated species.