summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/lib/game_of_life/cell.rb
AgeCommit message (Expand)AuthorFilesLines
2020-12-03Minor fixes to the documentation to look bettera14m1-2/+3
2020-12-02Remove unused requires from Cella14m1-1/+0
2020-12-02Use x,y coordinates instead of pos_x (and disable rubocop warning)a14m1-10/+10
2020-12-02Refactor the cell class to allow easier testing and SRP interfacea14m1-33/+9
2020-12-02Add the implementation for the GameOfLife Cell classa14m1-3/+93
2020-11-30Alias the method alive?a14m1-1/+3
2020-11-30Configure live/dead cells representation via CLI optionsa14m1-1/+2
2020-11-30Add the x,y position to the cell attributesa14m1-2/+6
2020-11-29Remove linting issuea14m1-1/+1
2020-11-29Add the basic cell representation objecta14m1-0/+19