How to plug your favorite game into GGS

Easy ... as long as the game you have in mind is chess-like, i.e. it is All you have to do is to implement the abstract C++ interface RegularBoardGame. That's it. Socket communication, rating lists, player flags etc. are handled on top of this interface by (lots of) code we have already written.

We are currently implementing Go, Chess, Ataxx, and Lines-Of-Action services.