diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-23 19:41:31 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:57 +0200 |
commit | 486ca3846b46dc229e5807968578809766ec1991 (patch) | |
tree | 65a4b7a746d6305666af06f8a1975c76244085a7 /README.md | |
parent | b8e86ce397dc07320c02f6a5f592c7c6a4421c86 (diff) |
feat: implement generations & multithreading
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ This is a c++ Linux CLI implementation of John Conway's game of life. # Todo - 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 |