We're working on a generic gaming framework for turn-based games. It provides a facility for secure, anonymous games without the need to run a server. The gaming framework merely acts as a vector to transport moves. The content of the moves is arbitrary, so it should work for any turn-based game.

The first game to implemented with this system will be chess.