aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-03-23 19:35:48 +0100
committerHampusM <hampus@hampusmat.com>2022-06-13 17:56:57 +0200
commitc6bf3dc3552f9e8cf8484dc621f4da4431cd5f8f (patch)
tree385f53622d5858d7827f56d00ee619b149038896 /README.md
parent33878e5b92ff3549aa9309bf9fc98eee2dd534ae (diff)
docs: add ideas to todo in the readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index bf2ae14..6dc2bea 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@ 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
+- Cells can be eaten by other cells twice as large
+- Creatures with different abilities. Speed for example
# Good to have links
[John Conway's Game of Life](https://playgameoflife.com)