This project mainly serves as a demonstration of using Narya and Vilya to create a completely standalone client and server for a Game Gardens-like game.
It omits any sort of lobby, in the name of simplicity, but integrating a lobby is not tremendously difficult, and simple code to do so exists in the Micasa package in Vilya.
Build and run the demo using Ant:
# run each of the following commands in a separate shell
% ant server
% ant -Dusername=Ren client
% ant -Dusername=Stimpy client
This demo is released under the BSD license. See the LICENSE file for details.
Questions, comments, and other communications can be directed to the Three Rings Libraries Google Group.