Archive for the ‘Go’ Category

Connecting to KGS from 64-bit linux

Friday, July 11th, 2008

As far as I am aware there is no Java plugin available for 64-bit linux users. I discovered (via senseis) that you can download the cgoban.jar file and run it locally.


wget files.gokgs.com/javaBin/cgoban.jar

/usr/local/jdk1.6.0_10/bin/java -jar cgoban.jar

jewel vs harok

Eidogo

Tuesday, December 19th, 2006

I was inspired by the eidogo project to make an AJAX-like frontend for Guli.

Eidogo screenshot

Lars Nostdal has also written an AJAX front end for gnugo in Lisp

http://nostdal.org/~lars/programming/lisp/swgo/

Guli

Friday, May 12th, 2006
Erlang logo Some of my thoughts on implementing a distributed, scalable and redundant platform for services such as a group chat and online game servers

I plan to use Erlang, Common Lisp and an AJAX front end for my implementation.