Skip to content

Gomoku game (Five in a Row) playing program with a really strong advanced artificial intelligence algorithm (evaluation function, mini-max with cut offs, alpha-beta, transposition table, situation signatures, candidate generating, expert knowledge, further enhancements). Very heavly documented in author's native language (polish) - see Documenta…

Notifications You must be signed in to change notification settings

ChisBread/Carbon-Gomoku

 
 

Repository files navigation

Gomoku game (Five in a Row) playing program with a strong artificial intelligence algorithm (evaluation function, mini-max with cut offs, alpha-beta, transposition table, situation signatures, candidate generating). Documented in author's native language (Polish) - see Documentation_PL folder. The algorithm was one of the strongest in 2002 (the project is over 13 years old!).

Visual Studio solution includes 2 projects:

  • CarbonAI project creates executable which can be used to play game in Piskvork. It can also participate in the Gomocup tournament.
  • Gomoku project is simple standalone UI.

Tags: Five in a Row, Tic Tac Toe, TicTacToe, 5 in a Row, Go-Moku, Connect5, Caro, Noughts and Crosses, Renju, Pente, Piskvork, Amoba, Kółko i Krzyżyk, Gomocup, Pbrain, Gra, Board Game

Gomoku

Gomoku

About

Gomoku game (Five in a Row) playing program with a really strong advanced artificial intelligence algorithm (evaluation function, mini-max with cut offs, alpha-beta, transposition table, situation signatures, candidate generating, expert knowledge, further enhancements). Very heavly documented in author's native language (polish) - see Documenta…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.9%
  • HTML 4.6%
  • C 0.5%