2023-08-05 18:28 | Turn off the mouse cursor inside the window | Brian C. Lane | 1 | +3 | -0 |
2023-08-05 18:28 | Set go version to 1.15 | Brian C. Lane | 1 | +1 | -1 |
2023-06-11 23:51 | Print the calculated world size | Brian C. Lane | 1 | +2 | -1 |
2023-04-23 00:09 | Reinitialize on mouse click | Brian C. Lane | 1 | +2 | -0 |
2023-04-22 23:40 | Status for rotation of 90 and 270 is now working | Brian C. Lane | 1 | +43 | -1 |
2023-04-22 22:25 | Status at top and bottom works for rotation 180 | Brian C. Lane | 1 | +28 | -5 |
2023-04-22 22:14 | Status at the top works for rotation 0 | Brian C. Lane | 1 | +27 | -11 |
2023-04-22 21:36 | Change how the world size is calculated | Brian C. Lane | 1 | +62 | -48 |
2023-04-09 22:15 | Catch out of bounds mouse positions | Brian C. Lane | 1 | +30 | -4 |
2023-04-22 16:05 | -Add rle pattern examples | Brian C. Lane | 2 | +9 | -0 |
2022-12-18 17:20 | Fix linear gradient limit check | Brian C. Lane | 1 | +2 | -2 |
2022-12-18 16:43 | Add check for minimum number of colors | Brian C. Lane | 1 | +27 | -11 |
2022-12-04 23:05 | Add Polylinear Gradient and some cmdline switches | Brian C. Lane | 1 | +66 | -9 |
2022-12-04 19:52 | Add bezier gradient color function | Brian C. Lane | 2 | +92 | -5 |
2022-12-04 17:18 | Add user input of colors on the cmdline | Brian C. Lane | 2 | +79 | -1 |
2022-12-03 19:45 | Add a gradient struct and calculate a linear gradient | Brian C. Lane | 1 | +33 | -12 |
2022-12-03 17:50 | Add color support | Brian C. Lane | 1 | +28 | -0 |
2022-12-03 16:30 | Add cell age and inherit parent cell's average age | Brian C. Lane | 1 | +37 | -5 |
2022-11-28 00:46 | Add functions for setting cells and wrapping x, y at the edges | Brian C. Lane | 1 | +43 | -42 |
2022-11-27 23:54 | Add TranslateXY to move coordinates to 0, 0 at the center | Brian C. Lane | 1 | +17 | -12 |
2022-11-27 23:32 | Add support for RLE patterns | Brian C. Lane | 1 | +131 | -0 |
2022-11-26 17:50 | README: Add notes about the window size | Brian C. Lane | 1 | +12 | -2 |
2022-11-26 16:44 | Update README.md for server option | Brian C. Lane | 1 | +15 | -0 |
2022-11-24 17:08 | Add an optional server on port 3051 to receive patterns | Brian C. Lane | 1 | +63 | -0 |
2022-11-24 19:30 | Add -empty flag to start with an empty world | Brian C. Lane | 1 | +6 | -4 |
2022-11-24 19:09 | Move pattern loading to functions on LifeGame | Brian C. Lane | 1 | +40 | -57 |
2022-11-24 17:08 | Add another default font to search for | Brian C. Lane | 1 | +1 | -0 |
2022-11-24 17:07 | Update to go 1.19 and new go-sdl2 version | Brian C. Lane | 2 | +4 | -2 |
2020-04-15 13:39 | Add plaintext examples | Brian C. Lane | 5 | +51 | -0 |
2020-04-15 13:38 | Update README with link to Life Lexicon | Brian C. Lane | 1 | +1 | -0 |
2020-04-15 13:35 | Fix plaintext parsing | Brian C. Lane | 1 | +14 | -12 |
2020-04-15 13:05 | Add parsing plaintext files | Brian C. Lane | 1 | +37 | -3 |
2020-04-14 14:52 | Add the stick figure glider from https://xkcd.com/2293/ to examples | Brian C. Lane | 1 | +13 | -0 |
2020-04-14 14:52 | Add -pause cmdline argument to start the game paused | Brian C. Lane | 1 | +4 | -1 |
2020-04-14 14:49 | Fix world orientation | Brian C. Lane | 1 | +34 | -31 |
2020-04-13 01:14 | Update README.md | Brian C. Lane | 1 | +8 | -0 |
2020-04-13 01:08 | Add Life 1.05 glider and glider gun example files | Brian C. Lane | 2 | +20 | -0 |
2020-04-13 01:07 | Read rule from Life 1.05 pattern file | Brian C. Lane | 1 | +47 | -26 |
2020-04-13 00:47 | Add loading Life 1.05 pattern files | Brian C. Lane | 1 | +62 | -0 |
2020-04-12 23:21 | Add pattern file type detection | Brian C. Lane | 1 | +74 | -22 |
2020-04-12 00:09 | Add help output for keys | Brian C. Lane | 1 | +13 | -0 |
2019-12-30 19:40 | Search for some known fonts | Brian C. Lane | 1 | +20 | -2 |
2019-11-28 01:24 | Add -fps option to control the speed | Brian C. Lane | 1 | +4 | -2 |
2019-11-28 01:04 | Parse the rule from the cmdline | Brian C. Lane | 1 | +74 | -7 |
2019-11-27 17:13 | Add rule maps instead of constants | Brian C. Lane | 1 | +24 | -18 |
2019-11-27 17:05 | Add 1-step option for s keypress | Brian C. Lane | 1 | +11 | -9 |
2019-11-27 03:30 | Add a small delay to lower CPU usage | Brian C. Lane | 1 | +2 | -0 |
2019-11-12 13:58 | Add a status bar to the bottom | Brian C. Lane | 1 | +76 | -24 |
2019-11-12 03:27 | Fix random seed output at startup/reset | Brian C. Lane | 1 | +1 | -1 |
2019-11-11 00:32 | Add reset, and update seed handling | Brian C. Lane | 1 | +12 | -3 |
2019-11-11 00:25 | Slow down the frame rate | Brian C. Lane | 1 | +7 | -3 |
2019-11-10 21:18 | Basic Conway's Game of Life | Brian C. Lane | 6 | +347 | -0 |