summaryrefslogtreecommitdiffstats
path: root/CLI/rust/src/game_of_life/simulation/universe.rs
AgeCommit message (Expand)AuthorFilesLines
2021-04-08Fix linting issuesa14m1-2/+4
2021-04-08Fix indexing the correct veca14m1-2/+2
2021-04-08Add the Display trait implementation to allow renderinga14m1-1/+69
2021-04-07Add the test for the toad pattern tooa14m1-0/+38
2021-04-07Use the len from plane and add testing for evolve methoda14m1-3/+51
2021-04-07Refactor PLane impl to be generic to allow nestinga14m1-30/+30
2021-04-07Add draft evolve implementationa14m1-1/+21
2021-04-07Fix linting issuesa14m1-7/+7
2021-04-07Add the universe neighbors method w/testinga14m1-0/+156
2021-04-07Fix the split testing of the plane/universea14m1-50/+46
2021-04-07Fix linting issuesa14m1-4/+2
2021-04-07Refactor module structure to split universe/planea14m1-0/+80