This is "Othello (Reversi)" made using Unity. Following is the details about Othello.

Othello (Reversi) is played by two players on an 8x8 board, with one player placing black stones and the other white stones alternately. Stones must be placed so as to enclose the opponent's stones between two of one's own. If a player is unable to place a stone, they must pass. The game ends when:

  1. All 64 spaces on the board are full of stones (most common case).
  2. One player has no more stones to play.
  3. Both players pass on their turn.

At the end of the game, the player with the most stones wins. If the number of stones is equal, the game is a tie.

Check out my personal blog https://kid7ho.github.io/Personal_Blog/projects/unity_othello.html for full details.

Leave a comment

Log in with itch.io to leave a comment.