| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-12-03 | Minor fixes to the documentation to look better | a14m | 1 | -6/+7 | |
| 2020-12-03 | Fix memory leakage between current and future state | a14m | 1 | -1/+2 | |
| 2020-12-02 | Update the Universe implementation | a14m | 1 | -3/+33 | |
| Moving neighbors implementation from cells to universe as per the single responsibility principle that the universe should be responsible for it's object states and that the cells are only aware of their neighbors (via the universe) by passing the neighbors sub-universe to each cell | |||||
| 2020-12-02 | Implement the basics of GameOfLife universe | a14m | 1 | -6/+15 | |
| 2020-11-29 | Use the more common delegate method (ruby std not rails) | a14m | 1 | -1/+1 | |
| 2020-11-29 | Add the basic Universe class | a14m | 1 | -0/+26 | |
