aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 083f4f45cbb81ce7d52e11b6f640ae78d215522a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

About

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

John Conway's Game of Life

ANSI escape sequences

fmt