Games

Gomoku

I dug up one of my old projects, an implementation of the game Gomoku – a game played on a Go board where the goal is to build a row of 5 stones. The goal of my project was to apply the minimax algorithm using a pruning heuristic to reduce the game states search space. …

Continue Reading