No description
Find a file
A.M. Rowsell 63e79c2527
Added gitignore, fixed print routine
Had mixed up Y with X in some for loops, this caused
the printing to be messed up on anything but square grids.

Now grid generation and printing is complete, have to
start implementing the actual life algorithm next.

Also added .gitignore with cmake and c defaults
2023-05-28 15:25:50 -04:00
.gitignore Added gitignore, fixed print routine 2023-05-28 15:25:50 -04:00
CMakeLists.txt Added gitignore, fixed print routine 2023-05-28 15:25:50 -04:00
conway.c Added gitignore, fixed print routine 2023-05-28 15:25:50 -04:00