| Frivolity documentation | view source | Contained in the Frivolity distribution. |
Volity::Game::TicTacToe - Tic tac toe game module for Volity
This module is intended for use with Frivolity, the Perl libraries for
creating and running Volity game parlors. After you install this
module, run the volityd program, specifying
Volity::Game::TicTacToe as your game class. See the examples/
directory in the Frivolity source distribution for a sample config
file that you can feed to volityd.
More importantly, this module demonstrates how a simple turn-based Volity game is written in Perl. It is relatively short, and I have annotated its source code in a way that I hope will be useful to people interested in Volity game programming. Feel free to contact me with questions or comments.
The URI for this ruleset is http://volity.org/games/tictactoe . Conveniently, that is also the URL to a webpage documenting this ruleset.
Jason McIntosh <jmac@jmac.org>
Copyright (c) 2006 by Jason McIntosh.
volityd
http://volity.org
http://volity.org/games/tictactoe
| Frivolity documentation | view source | Contained in the Frivolity distribution. |