Skip to content

Gomoku AI using minimax algorithm & alpha-beta prunning

License

Notifications You must be signed in to change notification settings

linhusp/gomoku-alphabeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gomoku AI using minimax algorithm & alpha-beta prunning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published