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.
It was written in Java; the labels are in Romanian because I was too lazy to recompile it. But I will…
P.S.
I am 25 hours into FF XIII – I am halfway there!
P.P.S.
Updated my gomoku code a bit. It now attempts to show the winning line. There are still a few bugs.