diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-23 19:35:48 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:57 +0200 |
commit | c6bf3dc3552f9e8cf8484dc621f4da4431cd5f8f (patch) | |
tree | 385f53622d5858d7827f56d00ee619b149038896 /README.md | |
parent | 33878e5b92ff3549aa9309bf9fc98eee2dd534ae (diff) |
docs: add ideas to todo in the readme
Diffstat (limited to 'README.md')
-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) |