Archive for December, 2008

Go

Posted in Programming on December 4th, 2008 by Mat – 2 Comments

I’ve gotten really into Go lately, so I decided to make my own Go app. I’m not really planning to accomplish anything useful, seeing as there’s a lot of good software already out there, so features will be added if and when I feel like it.

I’ve written a few classes for it now… you can play stones and it will try to work out if the move is legal and remove captured stones, which seems to work but probably doesn’t. I’ll test it properly later. I’m going to make a text only interface first, then add a gui once I’ve got it working properly.

*edit* made the text interface for playing a 2 player game on the same computer. Everything is working but it doesn’t calculate the score yet.

Go game

Go game