summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-25Replaced player_color type with equivalent player_color enumRobby Zambito
2021-07-25Return player_color from game_loop rather than char.Robby Zambito
The player_color type already is set to char, but this is a bit clearer as to what the actual return values are
2021-07-25Made the print function take a const for the board parameter.Robby Zambito
We wont need to mutate the board in the print function.
2021-07-25Removed commented codeRobby Zambito
2021-07-25Initial commitRobby Zambito