summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-01-18* Made print_board accept a board to print.Robby Zambito
2022-01-17Successfully read a move from schemeRobby Zambito
2022-01-05Make apply_move accept a board as a parameter.Robby Zambito
2022-01-05Open strategy files and pass them to the game loopRobby Zambito
2021-12-30Pulled lots of things out of game loopRobby Zambito
2021-12-29Do not pass the board or the current playerRobby Zambito
2021-12-29Do not pass board aroundRobby Zambito
2021-11-21Make board parameter non-constRobby Zambito
2021-11-21Added function pointer for getting the player move.Robby Zambito
2021-11-21Added pragma once to othello.hRobby Zambito
2021-11-21Added _GNU_SOURCE to every fileRobby Zambito
2021-08-31Added comments to function definitions.Robby Zambito
2021-08-31Add GPLv3 and add copyright notice to each file.Robby Zambito
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
2021-07-25Made the print function take a const for the board parameter.Robby Zambito
2021-07-25Initial commitRobby Zambito