aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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)