Skip to content

A Gomoku (aka Renju (Chinese), Omok (Korean), or Connect Five (English) engine, using the Minimax algorithm.

License

Notifications You must be signed in to change notification settings

goonmandu/GomokuEngine

Repository files navigation

GomokuEngine

A Gomoku engine, written with the Minimax algorithm.

TODO

  • Implement alpha-beta pruning
  • Make winner_of short-circuit upon certain endgame patterns
  • Filter illegal moves (double-threes, double-fours, etc)
  • Filter illegal game states

About

A Gomoku (aka Renju (Chinese), Omok (Korean), or Connect Five (English) engine, using the Minimax algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published