So the other day I wrote a Javascript go board.
First, it had a few problems with the rules and liberty counting, and I've ironed those out. Now as I said before, what I actually want is a go problem application for the iPod, and to get that working, I'd need to be able to read in Go problem files. Go games are stored in a format called SGF. The next step to my go problem application, then, is a Javascript SGF parser. So... you guessed it.
Here's a second version of the Javascript go board, this one will pull in an external SGF file and replay it move for move.
Full version - 2 Comments