NanoPond is an artificial life simulator that turns your Android device into a tiny digital ecosystem.
Inspired by cellular automata such as Conway?s Game of Life, NanoPond goes further by giving cells executable genomes that can reproduce, mutate, and evolve.
Each cell is a tiny virtual machine that executes its own genome using a compact set of 16 instructions. These instructions let cells read and copy genetic code, interact with neighbors, share energy, and compete for survival. Because every possible genome can be executed safely, programs can mutate and evolve without breaking the simulation.
Inside the pond, cells compete for limited space and energy, reproduce, mutate, share resources, and interact with neighboring cells. Starting from random data, viable self-replicating programs can emerge and natural selection takes over.
Watch evolution unfold in real time, or pause the simulation to investigate what is happening beneath the surface.
Features:
• Run an evolving artificial-life simulation
• Explore a colorful, continuously changing population
• Inspect individual cells, including their energy, lineage, generation, genome, and disassembled instructions
• Follow statistics such as active cells, viable replicators, kills, replacements, and resource sharing
• Edit a cell?s genome and observe how your changes affect the pond
• Pause, resume, or reset the simulation at any time
• Built-in documentation explains the virtual machine and its instruction set
• Multithreaded simulation designed to use multiple processor cores
• Works entirely offline, without ads or unnecessary permissions
NanoPond belongs to the same general family of evolving-program systems as Tierra and Avida. Its compact, Turing-complete instruction set allows arbitrary genomes to execute safely and mutate over time, creating a fascinating evolutionary contest for survival.
Whether you are interested in artificial life, evolution, emergent behavior, genetic algorithms, virtual machines, or simply unusual simulations, NanoPond offers a small world with surprisingly rich dynamics.
This program is a port of a Java program by Thomas Abeel, who based his virtual machine on C code by Adam Ierymenko. NanoPond was used in a Computational Intelligence course at Ghent University.
NanoPond is free and open-source software released under the GNU General Public License version 3.
Watch digital organisms evolve, compete, reproduce, and mutate.