| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-12-03 | Minor fixes to the documentation to look better | a14m | 1 | -2/+3 |
| 2020-12-02 | Remove unused requires from Cell | a14m | 1 | -1/+0 |
| 2020-12-02 | Use x,y coordinates instead of pos_x (and disable rubocop warning) | a14m | 1 | -10/+10 |
| 2020-12-02 | Refactor the cell class to allow easier testing and SRP interface | a14m | 1 | -33/+9 |
| 2020-12-02 | Add the implementation for the GameOfLife Cell class | a14m | 1 | -3/+93 |
| 2020-11-30 | Alias the method alive? | a14m | 1 | -1/+3 |
| 2020-11-30 | Configure live/dead cells representation via CLI options | a14m | 1 | -1/+2 |
| 2020-11-30 | Add the x,y position to the cell attributes | a14m | 1 | -2/+6 |
| 2020-11-29 | Remove linting issue | a14m | 1 | -1/+1 |
| 2020-11-29 | Add the basic cell representation object | a14m | 1 | -0/+19 |
