life

The "Game of Life" written in C.
Log | Files | Refs

DateCommit messageAuthorFiles+-
2022-12-17 10:33Remove hardcoded boardWilson Gheen1+4-13
2022-12-17 10:27Split printing functions to a header fileWilson Gheen3+41-25
2022-12-11 16:02Make files more compactWilson Gheen5+0-0
2022-12-11 14:52Add ability to save and load boards to/from a fileWilson Gheen8+41-19
2022-12-09 21:49Clean up memcpy??Wilson Gheen1+4-6
2022-12-09 21:17Switch to 64-bit numbersWilson Gheen1+26-45
2022-12-09 15:21Enable variable array sizesWilson Gheen1+30-23
2022-12-09 10:30Give back terminal once done and test larger arraysWilson Gheen1+6-5
2022-12-09 09:46Calculate copying size betterWilson Gheen1+1-2
2022-12-09 09:42Fix copying error. Actually works nowWilson Gheen1+2-1
2022-12-09 09:42Switch to 32 columns and add functions to concisely set cellsWilson Gheen1+53-39
2022-12-08 15:45Initial commit of life. Implements termbox2 and currently only supports an 8x8 boardWilson Gheen1+125-0