Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 219 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 219 Bytes

Conway's Game of Life in x86 assembly

created to learn more about assembly after following asmtutor.

Instructions

make run

or

make build
./game_of_life.out <width> <height>