Emergent behaviour from simple rules
-
- Browser based infinitely zoomable runnable game of life that is running itself
- GitHub
-
Building a computer in Conway's game of life - gates, memory and compiler
-
Let’s BUILD a COMPUTER in CONWAY's GAME of LIFE ⠠⠵ YouTube 23min
-
Web Based Examples
-
x86 Assembler
-
- Best SIMD article I've read!
- Explains [simd], numpy, python integers, bitwise AND, XOR, Shift with python integers. to create GoL passing bytes to SDL2 for gfx
-
Generating Sequences of Primes in Conway's Game of Life
- Amazing! Visual 2D graphs grouped and named.