Games::Mines

A mine finding game
Download

Games::Mines Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Martyn Peck
  • Publisher web site:
  • http://search.cpan.org/~mpeck/

Games::Mines Tags


Games::Mines Description

A mine finding game Games::Mines is a mine finding game.SYNOPSIS require Games::Mines; # get new 30x40 mine field with 50 mines my($game) = Games::Mines->new(30,40,50); # fill with mines, except at the four corners $game->fill_mines(,,,);This module is the basis for mine finding game. It contains the basic methods necessary for a game. Requirements: · Perl


Games::Mines Related Software