# About This is a c++ Linux CLI implementation of John Conway's game of life. # Todo - Dynamic terminal window size. Redraw everything when the window size changes # Good to have links [Original Scientific American article](https://web.stanford.edu/class/sts145/Library/life.pdf) [John Conway's Game of Life](https://playgameoflife.com) [ANSI escape sequences](https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797) [fmt](https://github.com/fmtlib/fmt)