Skip to content

samskivert/reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Server Reversi

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.

Building and Running

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

Distribution

This demo is released under the BSD license. See the LICENSE file for details.

Contact

Questions, comments, and other communications can be directed to the Three Rings Libraries Google Group.

About

Standalone Reversi game plus Narya client/server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages