The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Volity::Game::TicTacToe - Tic tac toe game module for Volity

DESCRIPTION

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.

AUTHOR

Jason McIntosh <jmac@jmac.org>

COPYRIGHT

Copyright (c) 2006 by Jason McIntosh.

SEE ALSO