ncurses is a library that facilitates text-based graphical output in the terminal. This project relies on ncurses for display output.
This project uses Make. The Makefile has four targets:
-
buildcompiles the source code and generates an executable -
cleandeletes thebuild/directory, including all of the build artifacts

