Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 314 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 314 Bytes

gomoku-alphabeta

An Gomoku AI using minimax algorithm and alpha-beta prunning

Requirements

  • python3
  • pip

Run the AI

  1. pip install -r requirements.txt
  2. cd src && python3 gui.py
  3. Access the localhost on your browser