Skip to content

Conway's game of life automata made in x86 assembly

Notifications You must be signed in to change notification settings

comtom/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6bb395 · Nov 3, 2018

History

14 Commits
Apr 4, 2017
May 1, 2017
Apr 4, 2017
Apr 4, 2017
Apr 4, 2017
Apr 4, 2017
Apr 4, 2017
Apr 4, 2017
Apr 30, 2017
Nov 3, 2018
Apr 4, 2017
May 3, 2017
Apr 4, 2017
Apr 26, 2017
Apr 26, 2017
May 3, 2017
Apr 3, 2017
May 3, 2017
Apr 26, 2017
Apr 26, 2017
Apr 26, 2017
Apr 26, 2017
Sep 6, 2017
Apr 26, 2017

Repository files navigation

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.

About

Conway's game of life automata made in x86 assembly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published