Reversi Game in C
As part of a coding course at the University of Toronto, I was tasked to program the 'Reversi' game and compete against other students.
Using C, I coded the game ‘Reversi’ which is a two-player game in which players place tiles on the board to capture the opponent’s pieces until the board is fully occupied. I developed a version where players can play together in the terminal, and a more enhanced version in which the program itself finds the best move and places the tile. Attached is the code that I wrote for this game.