Nosce Te Ipsum

Gomoku

by Cristian Sandu on Mar.28, 2010, under Games

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.

Post to Twitter Tweet This Post Post to Facebook Facebook

:

Leave a Reply