Artificial-life: A simple (300 lines of code) reproduction of Computational Life
Summary
A GitHub project describing a simple reproduction of Computational Life using a 240x135 grid of 64-instruction Brainfuck-like programs. It demonstrates self-replication emergence through random initialization, tape concatenation, and evolution over iterations, with an example run and an accompanying visualization.