aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 307ce613a9f31bf390d3226c8444eea881647f2e (plain)
1
2
3
4
5
6
7

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