GameOfLife Simple game of life implementation in C using ncurses. The only real dependency is the ncurses dev libraries. The following command should install it on most unix systems: apt-get install libncurses5-dev