NAME
Games::Messages - Random messages for common situations in games
SYNOPSIS
use Games::Messages;
print player_wins($player);
print player_loses($player);
print computer_beats_computer();
print computer_beats_player($player);
print player_beats_computer($player);
print player_beats_player($winner, $loser);
print player_is_idle($player);
print player_exagerates($player);
DESCRIPTION
Random messages for common situations in games.
MESSAGE FROM THE AUTHOR
If you're using this module, please drop me a line to my e-mail. Tell me what you're doing with it. Also, feel free to suggest new bugs^H^H^H^H^H features.
AUTHOR
Jose Alves de Castro, <cog [at] cpan [dot] org<gt>
COPYRIGHT AND LICENSE
Copyright 2004 by Jose Alves de Castro
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.