summaryrefslogtreecommitdiff
path: root/src/move.c
AgeCommit message (Expand)Author
2022-01-22Removed unused command from help outputRobby Zambito
2022-01-22Print the board when the user is prompted.Robby Zambito
2022-01-22Added diagonal movesRobby Zambito
2022-01-22Fixed spelling errorRobby Zambito
2022-01-22Change how move is appliedRobby Zambito
2022-01-21Added Scheme procedure to easily get the other playerRobby Zambito
2022-01-21Expose print-board to allow Scheme to print the board normallyRobby Zambito
2022-01-21Apply the move to a copy of the boardRobby Zambito
2022-01-21Made apply_move return the number of flipped spaces.Robby Zambito
2022-01-21Consolidate redundant .c filesRobby Zambito
2022-01-21Don't add empty strings to the historyRobby Zambito
2022-01-21Fleshed out Scheme primitivesRobby Zambito
2022-01-19Fix issue where top and left edge were not properly accounted for.Robby Zambito
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
2021-12-30Pulled lots of things out of game loopRobby Zambito