diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-10 21:27:34 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:55 +0200 |
commit | 197cbac2ef4ef402c334c57c4ef9a0430da3c6f4 (patch) | |
tree | 6b63d6ba319ef8fad8d1aa95a06ad03c0fb4692e /README.md | |
parent | 4c6fa6bfd37862acfbe377bb95561da4b4ce8cc9 (diff) |
docs: add readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..307ce61 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# About +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 |