1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
About
This is a c++ Linux CLI implementation of John Conway's game of life.
Todo
- 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