Daftar Isi:
  • Othello Game is traditional game from Japan. This game has a board with size 8 x 8 and need 2 player. Each of player has different seed, the color of one is white and another is black. regulation from game othello is the each player try to change the seed colour as much as possible to reach the highest value. If in side seed which we play there are enemy seed or on the contrary, so that we can change it either through vertical, horizontal and also diagonal. This project created with Java programming and GUI programming. This project use Array 2 dimension and Tree as a data structure to store data. This project use Minimax as an algorithm for searching all data.