Conway’s Game of Life
For my Assembly class, the final project was to build Conway’s Game of Life in C++, with the inner loops written in MASM.
The program allows the user to enter live cells by hand, specifying X and Y coordinates, and then it allows the user to iterate the world any number of times. Below is a screenshot of a familiar pattern, the Glider. Over successive time-steps, it will ‘walk’ down and to the right across the game world.
Download the C++ and MASM source code here.
Categories: Project
Comments (0)
Trackbacks (0)
Leave a comment
Trackback