NAME
moo - play a game of MOO
SYNOPSIS
moo [size]
DESCRIPTION
moo is a game where the user guesses a random number chosen by the computer. By default, the computer takes a number of four digits (including 0's), but that can be changed by giving moo the number of digits to take. After each guess, the number of bulls and cows is displayed. A bull is a correctly guessed digit, in the right place, while a cow is a correct digit, not in the right place. Once a game has finished because all the digits have been guessed correctly, a new game will be started. Exiting the program can be done by typing 'q' or 'Q' on a guess, or hitting the interrupt key (usually control-C).
OPTIONS
The only option moo takes is optional, and is the number of digits to use for the number to guess.
ENVIRONMENT
The working of moo is not influenced by any environment variables.
BUGS
moo does not have any known bugs.
AUTHOR
The Perl implementation of moo was written by Abigail, perlpowertools@abigail.be.
COPYRIGHT and LICENSE
This program is copyright by Abigail 1999.
This program is free and open software. You may use, copy, modify, distribute and sell this program (and any modified variants) in any way you wish, provided you do not restrict others to do the same.