aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-03-10 21:32:21 +0100
committerHampusM <hampus@hampusmat.com>2022-06-13 17:56:56 +0200
commitdbab54ebf134b6ab2cf719d7c26a191fbffeed34 (patch)
treee23991c56dd4e917b009a5202b9910475d434020 /README.md
parent197cbac2ef4ef402c334c57c4ef9a0430da3c6f4 (diff)
docs: add good to have links to readme
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)