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.

It was written in Java; the labels are in Romanian because I was too lazy to recompile it. But I will…

Check it out!

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.