A Conway's Game of Life TUI implementation using ncurses.
demo.mp4
git clone https://github.com/dimeritium-foil/nclife
cd nclife
make run
TO-DO:
- Add controls for changing speed and pausing.
- Handle changes in window size.
- Add custom initial states via mouse (or keyboard) input.