REVERSI

LANGUAGE C

TIME November 2015

DESCRIPTION

It is a Player versus Computer game. Before the game begins, user has to choose the size of the square grid (from 4*4 to 26*26) and the color of the tile (black or white) to play the game. Person with the black color goes first. After each move, state of the game board is printed.

The game allows user to place their tiles at appropriate places. For instance, if user tries to place a tile that is already occupied, appropriate message is displayed. After each user move, Computer places its best move.