Question: C programming Othello BOARD GAME !!!! I need some code for this function : // Places the disc at location row,col and flips the opponent
C programming
Othello BOARD GAME !!!!
I need some code for this function :
// Places the disc at location row,col and flips the opponent discs as needed
void placeDiscAt(char board[][SIZE], int row, int col, char disc){
// COMPLETE THIS FUNCTION
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
