RayaneBelaid / GameOfLife-asm

Assembly implementation of Conway's Game of Life. Applied the rules of the game in a grid of dimensions 10 x 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970

About

Assembly implementation of Conway's Game of Life. Applied the rules of the game in a grid of dimensions 10 x 10


Languages

Language:Assembly 100.0%