Skip to content

TheMadProphet/Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Simple implementation of Conway's Game of Life in NASM. You can tweak map size and cell character in source code.

Requirements

You will need Linux with NASM assembler

Installation:

git clone https://github.com/DullGlow/Game-of-Life.git
cd Game-of-Life
make
./gol

Releases

No releases published

Packages

No packages published