Grant Benson (gbensoon) - Fixed project 3 deductions. Wrote test cases and reports for checkIfFree, checkHorizWin, checkVertWin, checkDiagWin, checkTie, and isPlayerAtPos. Helped format code to make it look like it was written by one person. Added new test functions to the makefile.
Brianna Cherry (brihcherry) - Wrote test cases and test reports for the constructor, dropToken, and whatsAtPos. Implemented the 2D char array for expected board output. Implemented the factory constructor.
Daniel Chaput (DChaputs) - Helped write test cases and reports for the constructor, dropToken, and whatsAtPos.