Search Tools Links Login

Artificial Life Simulator


Visual Basic 6, or VB Classic

This is an application I designed to simulate the mitotic replication of single cellular organisms. It demonstrates this process with two types of cells, animals (Animalia) and plants (Plantae). When the simulation is initalized, the origional two cells (Adam and Eve) begin replicating, spawning new cells. The red tiles symbolize the animal cells and the green tiles symbolize the plant cells. Each cell is its own individual entity, and the only overhead there is in this simulation, is time itself. The cells are self-contained and constructed using a single class module (clsCell) which is manipulated into whatever type of cell is required. Every minute, the simulation data is appended to a log file which can be found in the "logs/" folder.I added in a sterility feature to show the parabolic bell curve created by a sudden loss in reproductive abilities. Other than that the code is fairly self-explanitory.

Original Author: Harry Maugans

Assumptions

In the following version I plan to include multithreading capabilities, as well as complex log data analyzation and interpretation to produce graphs of data and progress over time. I also plan on introducing virii and diseases that could hinder the replicating abilities of some of the cells (as of now, all cells have a 100% fertility rate).

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 198 times

Categories

Visual Basic 6

Attachments

Artificial872395262002.zip
Posted: 9/3/2020 3:45:00 PM
Size: 12,813 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.