From 197cbac2ef4ef402c334c57c4ef9a0430da3c6f4 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 10 Mar 2022 21:27:34 +0100 Subject: docs: add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md 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 -- cgit v1.2.3-18-g5258