Simulating Life

Simulating organic behavior is a fun and fascinating thing. We have built three simulations with which you experiment with randomness, classical mechanics, and artificial learning by selection.

The Random Walker

A simple 2D physics simulation to experiment with randomness and classical mechanics.

Conway's Game of Life

An implementation of the famous cellular automaton invented by the mathematician Conway.

Genetic Artificial Intelligence

An AI who tries to find his way around obstacles, an experiment with randomness and fitness-based selection.