Skip to content

ooliver1/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gameoflife

My attempt at Conway's game of life, in C.

Note The edges are bounding boxes right now, they do not extend infinitely.

Building

Install CMake.

cmake -Bbuild
cmake --build build

Releases

No releases published

Packages

No packages published