summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/lib/game_of_life/generators
AgeCommit message (Expand)AuthorFilesLines
2020-12-03Minor fixes to the documentation to look bettera14m1-1/+1
2020-12-03Add the seed generator place holder class and test (and CLI error)a14m1-0/+20
2020-12-02Use x,y coordinates instead of pos_x (and disable rubocop warning)a14m1-1/+1
2020-11-30Add the x,y position to the cell attributesa14m1-2/+2
2020-11-30Add the private populate method to populate the generated universea14m1-10/+14
2020-11-30Use class notation for adding class methodsa14m1-23/+26
2020-11-29Fix some linting issuesa14m1-1/+5
2020-11-29Add the basics for input generatora14m1-0/+35