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

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

Good to have links

John Conway's Game of Life

ANSI escape sequences

fmt