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!
Conways Game of Life
- desertfish
- Posts: 1092
- Joined: Tue Aug 25, 2020 8:27 pm
- Location: Netherlands
Re: Conways Game of Life
I particularly like the fade out effect !
- darvidanoar
- Posts: 15
- Joined: Wed Mar 22, 2023 7:53 pm
- Location: Australia
Re: Conways Game of Life
Oooh, I like how the gliders wrap back around into the field of play, instead of being lost forerver.
David aka BKD (Bee Keeper Dave)
GitHub: https://github.com/Darvidanoar/
GitHub: https://github.com/Darvidanoar/