diff options
-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) |