# 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