diff --git a/src/life.cpp b/src/life.cpp index db57eec..ea224e2 100755 --- a/src/life.cpp +++ b/src/life.cpp @@ -1,6 +1,6 @@ -// This is the CPP file you will edit and turn in. -// Also remove these comments here and add your own. -// TODO: remove this comment header +// A TUI implementation of Conway's Game of Life +// Author: Love Billenius + #include "grid.h" #include "lifeutil.h"