/CursesOfLife

Game of Life - terminal version using ncurses

Primary LanguageCMIT LicenseMIT

Curses Of Life

A simple terminal based implementation of Conway's Game of Life.

Build

Run make to build the application. You can use make run to build and run the application.

Libraries

This application uses ncurses.

License

The code is released under the MIT license. Please refer to the LICENSE file.