Games::Bingo

A bingo game Perl implementation
Download

Games::Bingo Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jonas B. Nielsen
  • Publisher web site:
  • http://search.cpan.org/~jonasbn/

Games::Bingo Tags


Games::Bingo Description

A bingo game Perl implementation Games::Bingo is a bingo game Perl implementation.SYNOPSIS use Games::Bingo; my $bingo = Games::Bingo-E< gt >new(90); my $bingo = Games::Bingo-E< gt >new();90 is actually the default my $number = $bingo-E< gt >play(); >> my @taken; $bingo-E< gt >pull(@pulled, $number);or use Games::Bingo; my $bingo = Games::Bingo-E< gt >new(); my @numbers; $bingo-E< gt >init(@numbers, 90); my $number = $bingo-E< gt >play(@numbers); my @taken; $bingo-E< gt >take(@taken, $number);This is a simple game of bingo. The program can randomly call out the numbers. The game will be get more features in the future, please refer to the TODO section (below). Requirements: · Perl


Games::Bingo Related Software