A simple terminal based implementation of Conway's Game of Life.
Run make
to build the application.
You can use make run
to build and run the application.
This application uses ncurses.
The code is released under the MIT license. Please refer to the LICENSE file.