Skip to content

ykozxy/Gomoku-cpp

Repository files navigation

Gomoku-cpp

This is a botzone (Botzone ID: 609678ca66ecf10ef5df1770) Gomoku AI written in C++.

Algorithms/Optimizations used

  • Minimax algorithm
  • Alpha-beta pruning
  • Heuristic searching
  • Iterative deepening
  • Zobrist hashing
  • Checkmate calculate
  • ......

Running and testing

To run the program on a local computer, run test.cpp.
To run the program as a botzone bot, run main.cpp.

Releases

No releases published

Packages

No packages published