Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 396 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 396 Bytes

Othello

黑白棋的 UI 和 AI 系統,此 AI 使用樹狀展開棋手的機會,並使用 AlphaBeta Cut 來使 AI 更快速運算。

Othello UI & AI System, this AI use tree to examine the possible chances, then use AlphaBeta Cut to make AI calculate faster.

Reqiurement

  • Python3
    • Pygame

Execute

GUI 版

python3 Othello_GUI.py

Console 版

python3 Othello.py