Commit graph

4 commits

Author SHA1 Message Date
aa99670084
Fully working 2 array version
memcpy() sucks
2023-05-29 05:49:14 -04:00
9d170ee969
Add LICENSE and README -- Mozilla Public License v2.0 2023-05-28 15:50:55 -04:00
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
9c67c06b7d
Initial commit of conway's game of life 2023-05-28 02:01:36 -04:00