Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 432 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 432 Bytes

Game of Life

Conway's game of life automata made in x86 assembly

https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Description

The program runs in a window, where the board is drawed and it's updated in real time, by calculating the next generating and updating the board. You can add or delete cells by clicking with the mouse. You can pause the simulation by presion space key. Press Esc to quit or close the window.