Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stanthesoupking/evolution-simulator
- Owner: stanthesoupking
- Created: 2015-11-12T07:18:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-12T05:10:51.000Z (almost 9 years ago)
- Last Synced: 2023-02-26T22:56:19.885Z (over 1 year ago)
- Language: C++
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.