summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/lib/game_of_life/generators
AgeCommit message (Expand)AuthorFilesLines
2023-06-30Update and fix rubocop offensesAhmed AbdelHalim1-1/+1
2023-06-30Fix ruby 3 incompatible hash params/keywardsAhmed AbdelHalim2-2/+2
2021-04-04Minor documentation fixesa14m1-2/+2
2020-12-10Remove size optimizationa14m1-2/+2
2020-12-10Update yard docs and referencesa14m1-2/+6
2020-12-10Refactor input generator (and update docs)a14m1-5/+18
2020-12-10Add the stable seed generator implementationa14m1-1/+36
2020-12-08Fix error handling with exact namespaces (and required stdlibs)a14m2-3/+4
2020-12-06Add the error handling for missing/invalid file/URL inputa14m1-0/+5
2020-12-06Add the error message to the NotImplementedErrora14m1-1/+1
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