Games::Mastermind

Games::Mastermind is a simple framework for MasterMind games.
Download

Games::Mastermind Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Philippe Bruhat
  • Publisher web site:
  • http://search.cpan.org/~book/Net-Proxy-0.07/script/sslh

Games::Mastermind Tags


Games::Mastermind Description

Games::Mastermind is a simple framework for MasterMind games. Games::Mastermind is a simple framework for MasterMind games.SYNOPSIS use Games::Mastermind; # the classic game $mm = Games::Mastermind->new; # make a guess $marks = $game->play(qw( Y C W R )); # results print "You win!n" if $marks-> == $mm->holes(); # the game history is available at all times $history = $mm->history(); $last_turn = $mm->history()->; # reset the game $mm->reset();Games::Mastermind is a very simple framework for running Mastermind games. Requirements: · Perl


Games::Mastermind Related Software