Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 279 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 279 Bytes

Conways-GameOfLife

Implementation of Conway's Game of Life using NCurses written in C & C++.

Requires: C++17

Dependencies: libncurses-dev

After cloning the repo compile with:

g++ -ggdb -std=c++17 -lncurses -lpanel -lform -lmenu ./src/*.cxx -o ./CGameOfLife