aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6dc2bea233d0621958674bf489238b4a7585174a (plain)
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

Good to have links

John Conway's Game of Life

ANSI escape sequences

fmt