Conway's Game of Life: Difference between revisions

Content deleted Content added
Added Rust implementation
Line 12,457: Line 12,457:
=={{header|ZX Spectrum Basic}}==
=={{header|ZX Spectrum Basic}}==
Play on emulator at full speed for reasonable performance.
Play on emulator at full speed for reasonable performance.

The ZX Spectrum was shipped with a demo tape called ''Horizons'', which included an implementation of Life; however, it relied on machine code.
<lang zxbasic>10 REM Initialize
<lang zxbasic>10 REM Initialize
20 LET w=32*22
20 LET w=32*22