summaryrefslogtreecommitdiffstats
path: root/CLI/rust/src/game_of_life.rs
AgeCommit message (Expand)AuthorFilesLines
2021-04-09Refactor testing of app to be safer (by mocking terminal_size)a14m1-8/+5
2021-04-09Mock validators on CI (and allow more control over testing)a14m1-0/+9
2021-04-07Refactor PLane impl to be generic to allow nestinga14m1-2/+2
2021-04-07Fix linting issuesa14m1-2/+3
2021-04-07Refactor module structure to split universe/planea14m1-6/+5
2021-04-07Add Plane (circular array) implementation w/testinga14m1-2/+3
2021-04-07Use opts instead of full pathsa14m1-7/+8
2021-04-05Refactor return result instead of universe objecta14m1-8/+11
2021-04-04Add the generate method to GoL modulea14m1-0/+66
2021-04-03Add missing docsa14m1-0/+2
2021-04-03Refactor options method to allow easier testinga14m1-6/+81
2021-04-01Add the delay opt validationsa14m1-0/+1
2021-04-01Add CLI Width/Height validationsa14m1-0/+5
2021-04-01Add the CLI options basic argsa14m1-0/+69