From dbab54ebf134b6ab2cf719d7c26a191fbffeed34 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 10 Mar 2022 21:32:21 +0100 Subject: docs: add good to have links to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 307ce61..bf2ae14 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3-18-g5258