Artificial-life: A simple (300 lines of code) reproduction of Computational Life
Hacker News
This project provides a 300-line implementation of a simulation where self-replicating programs spontaneously emerge and evolve through simple interactions on a grid. By randomly pairing and executing Brainfuck-like instruction tapes, the system demonstrates how efficient replicators can eventually dominate the entire environment.
Artificial-life: A simple (300 lines of code) reproduction of Computational Life