/Reverse_Othello

BOB 8th - 3rd stage project

Primary LanguagePython

Reverse_Othello

BOB 8th - 3rd stage project

Usage

python othello_main.py

Information

Use

  • PyQt(GUI)
  • MINIMAX Algorithm

Mode

  • Local Player1 vs Player2
  • Local Player1 vs MINIMAX Algorithm
  • Network Player1 MINIMAX Algorithm vs Player2

Server

Rule

  1. Follow Othello base rule
  2. But the winning condition is that when the game is finished, the person with few stones wins.

Picture

  1. Main

1

2. Local Player1 vs MINIMAX Algorithm

2

3. Network Player1 MINIMAX Algorithm vs Player2

3