diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-10 21:32:21 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:56 +0200 |
commit | dbab54ebf134b6ab2cf719d7c26a191fbffeed34 (patch) | |
tree | e23991c56dd4e917b009a5202b9910475d434020 /README.md | |
parent | 197cbac2ef4ef402c334c57c4ef9a0430da3c6f4 (diff) |
docs: add good to have links to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,3 +5,10 @@ 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 + +# Good to have links +[John Conway's Game of Life](https://playgameoflife.com) + +[ANSI escape sequences](https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797) + +[fmt](https://github.com/fmtlib/fmt) |