Category Archives: Artificial Life

Biomorph Evolve App

Biomorph Evolve is a computer simulation of biomorph evolution. A biomorph is a form that resembles a living organism. The simulation derives altered biomorph morphology due to an evolutionary process. The program is an implementation of Richard Dawkins' Blind Watchmaker algorithm discussed in his book The Blind Watchmaker and his article The Evolution of Evolvability […]

Also posted in Biology, Programming | Leave a comment

Biomorph Entity Simulation

The Biomorph Entity program simulates a virtual creature. From experimenting with simple rules that govern the interaction of the segments, the computer simulation developed an emergent behaviour of the collective. In the future, I may add genes to express the discreet rules and in using genetic programming techniques bring evolution to the virtual environment, as […]

Also posted in Biology, Programming | Comments closed

Microbial Simulation Video

I have uploaded a video clip to demonstrate my program Microbe, a Microbial Simulation. Microbe, written in Python programming language, simulates the biological behaviour of microbes, and explores the dimension of artificial life. You can view the video on the demo videos page. I will upload more clips of my other projects. Submitted by Jim […]

Also posted in Biology, Programming | Comments closed

Biology Simulations

In addition to extensive updating Microbe - Microbial Simulation, I have updated my other biology simulation programs, Replicator Machine and Neural Construct. These projects have been programmed in Python/Pygame. One important update has been to adapt the GUI interface panel that I started in the Microbe program to function in my other programs. This led […]

Also posted in Biology, Programming | Comments closed

Neural Construct Released

Neural Construct is a neural simulation program. The construct is a neuron matrix that is responsive to stimuli. The individual neurons have been programmed with some basic neuron functionality, and along with the neural interconnections that network through the construct, emerge complex signals. I programmed it in Python/Pygame. Submitted by Jim on August 7, 2009 […]

Also posted in Biology, Programming | Leave a comment

Replicator Machine Released

Replicator Machine is a viral infection simulation. The program simulates basic infection in which the virus infects a cell and replicates. In control of a nanobot, you can combat the virus. I programmed it using the Python programming language and the Pygame library. Submitted by Jim on July 12, 2009 at 6:00 pm

Also posted in Biology, Programming | Leave a comment

Microbe Released

With the intent to apply a computational approach to experiment with biological concepts, I have been learning programming. I have dual goals, to explore the code of life and to venture into the realm of artificial life. With this aspiration, I have pursued several projects that are designed in Python programming language. One program that […]

Also posted in Biology, Programming | Leave a comment