Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 350 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 350 Bytes

PythonGobang

a simple gobang AI

  • use alpha beta prune algorithm
  • suppoort player vs AI, AI vs AI and player vs player

Requirement

  • Python 3.7
  • Python-Pygame 1.9

How To Start Game

$ python main.py

How to Play

  • use mouse to click start and play

Demo

demo