Tetris in Conway's Game of Life: A Collaborative Epic

2024-12-29

A team of programmers collaborated for a year and a half to successfully simulate Tetris within Conway's Game of Life. Instead of directly coding Tetris in Life, they used a layered abstraction approach, culminating in a computer built using metapixels and VarLife, programmed in QFTASM assembly language. This computer boasts a 16-bit asynchronous RISC Harvard architecture with numerous instructions and addressing modes. The final Tetris program runs within a massive Game of Life pattern, showcasing an impressive feat of computational power.