Conways Game of Life
Posted: Mon Dec 11, 2023 4:35 am
Conway's Game of life implementation with standard rules (b3/s23.)
Programmed in assembly, runs at reasonable speed in a 160 x 120 world size. Pixels are wrapped so a glider will wrap around.
No pattern editing, but patterns are loaded from a file in rle format. Patterns can be found from https://conwaylife.com/wiki/. Multiple patterns can be places into a single text file.
Works with R46.
Press Space/Tab/Esc in the program to hide show controls and change patterns.
Try It Now!
Programmed in assembly, runs at reasonable speed in a 160 x 120 world size. Pixels are wrapped so a glider will wrap around.
No pattern editing, but patterns are loaded from a file in rle format. Patterns can be found from https://conwaylife.com/wiki/. Multiple patterns can be places into a single text file.
Works with R46.
Press Space/Tab/Esc in the program to hide show controls and change patterns.
Try It Now!