moo -- play a game of MOO
moo [size]
moo is a game where the user has to guess a number choosen 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).
The only option moo takes is optional, and is the number of digits to use for the number to
guess.
The working of moo is not influenced by any environment variables.
moo does not have any known bugs.
$Log: moo,v $
Revision 1.1 1999/02/28 14:28:46 abigail
Initial revision
The Perl implementation of moo was written by Abigail, abigail@fnx.com.
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.