NASM - The Netwide Assembler

NASM Forum => Example Code => Topic started by: greco558 on March 12, 2018, 12:16:48 PM

Title: Conway's Game of Life Updated
Post by: greco558 on March 12, 2018, 12:16:48 PM
Hi All,
 
 I had recently done Conway's Game of Life in LUA, so I thought I would give it a try
in Assembly.
First version seems to be working correctly.

To see command line options for Game just type: ./life -h

Any questions or comments are welcome.

Updated: 03/14/2018 to include status of running cycles and end stats

Best Regards
John Endler