Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 272 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 272 Bytes

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