aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-02 21:34:44 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:57:00 +0200
commit7a4391449c3f0aee04dba1e934fcdaafbbf7d60a (patch)
treea6311af297a1cb357282963a6fc3ed802a508772 /README.md
parentab0f67d0716826002a76f8f797e337940f2162a5 (diff)
docs: remove todo items & add good to have link
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 083f4f4..3df9e33 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,11 @@
This is a c++ Linux CLI implementation of John Conway's game of life.
# Todo
-- Implement the actual game
- Dynamic terminal window size. Redraw everything when the window size changes
-- Cells can be eaten by other cells twice as large
-- Creatures with different abilities. Speed for example
# Good to have links
+[Original Scientific American article](https://web.stanford.edu/class/sts145/Library/life.pdf)
+
[John Conway's Game of Life](https://playgameoflife.com)
[ANSI escape sequences](https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797)