No description
Find a file
2016-06-07 23:09:51 +02:00
bacteria.cpp Now it sleeps for 3 seconds between each new bacteria and the mutations are more random 2016-06-07 23:08:48 +02:00
LICENSE Initial commit 2016-06-07 19:27:26 +02:00
README.md Update README.md 2016-06-07 23:09:51 +02:00

bacteria

Just an experiment to create a computer bacteria

Build with: g++ -static -std=c++11 -o $(tempfile -d . -p bact-) bacteria.cpp