Important: I am moving to Sourceforge. Check out the new website. I'll keep this old page up for a while, however.
This is a simulation program written in C++ and meant for studying populations that
... [More]
follow rules. It can be though of as a continuous analog to Conway's game of life, in a rough sense.
Organisms are objects in the computer's memory and they can move around and interact, grow and die. There are many possibilities for studying ecology and evolution, as well as artificial intelligence.
The user interface is extremely minimal and knowledge of C++ is required for meaningful work that differs from the programming that it so far contains.
Please be aware that it is in prelease mode, and while the source code is available, there is no instruction at the moment on how to use it. I shall rectify this situation in due time. In the mean time if you need more information, please email me. Thus, it is not meant to be used by anyone at the current time. If you'd like to try you're more than welcome, of course.
For now, check out the YouTube Video of it in action. Sorry for the low quality!
NewsSunday, April 20, 2008: Added the option to turn graphics on or off in the configuration file: "graphics: 0" is off, "graphics: 1" is on.
Also I want to move this page to Sourceforge so I can have more control over the website. I submitted my request today.
Want To Help?Are you interested in modelling biology with computer simulation? I am inviting all such individuals to email me at:
automorphism (at) gmail (dot) com
If interested in being a volunteer developer for this project. The project is coded in C++ and is kept in a git repository. Git is not hard to learn if you're willing, though. You don't even have to know how to program, as I am also looking for beta testers, especially for other operating systems. Some of the immediate goals of this project are:
Easy configuration of different environments Plugin type interface for defining new environment rules Good documentation Lots of testing on other systems Thanks to the kind people (particularly Petr Baudis) at repo.or.cz, anyone can now fetch a copy of the git master branch of this project (updated frequently) by using this command:
git clone git://repo.or.cz/biocity.git
Or through the slower http protocol:
http://repo.or.cz/r/biocity.git
See summary page. [Less]