Skip to content

patrick-armitage/game_of_life

Repository files navigation

Compiling

Run make

Sometimes it appears that the system version of ncurses is not up to date sufficiently to compile. In which case run:

brew install ncurses
brew link ncurses --force

It should work now

Usage

Note: Make sure terminal window is at least 20 rows long and 40 columns wide

Run ./gameOfLife ...and enjoy!

Cleanup

Run make clean

About

Game of Life implementation written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published