A 300-line Python implementation reproducing the 'Computational Life' paper, which demonstrates how self-replicating programs spontaneously emerge from simple interactions. A 240x135 grid of Brainfuck-like programs is randomly initialized; each iteration, neighboring programs are paired, their instruction tapes concatenated,

1m read timeFrom github.com
Post cover image
Table of contents
Program descriptionExample simulation

Sort: