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.

TO DO

I need to think a little bit more about this module and come up with a "to do list". Suggestions are welcome.

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.