aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)