diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ This is a c++ Linux CLI implementation of John Conway's game of life. - Implement the actual game - Multithreading - Dynamic terminal window size. Redraw everything when the window size changes +- Cells can be eaten by other cells twice as large +- Creatures with different abilities. Speed for example # Good to have links [John Conway's Game of Life](https://playgameoflife.com) |