Conway’s Life
Continuing with my foray into Turbo Pascal 3.01A on the RC2014, here’s a reasonable implementation of John Conway’s ‘Life’ algorithm.

A single generation on a 80×26 grid takes just over a second to calculate and display.
When I was a Computer Science undergraduate in the early 1980s, I heard John Conway talk about his mathematical research at a guest lecture in the Warwick Arts Centre – probably the only such event I attended in my time there.
The latest code for this version of ‘Life’ is in my RC2014 code repository.
Hi Tim, by coincidence, I just did a quickie “Life” in National SC/MP assembler:
https://www.youtube.com/watch?v=ilhwIp9jLEE
Cheers
Phil