Multiplication Puzzle


Multiplication Puzzle is a simple game inspired by the
multiplication game inside the popular editor emacs.

You are presented with a long multiplication problem
where a 3-digit number is multiplied by a 2-digit number,
yielding two intermediate 4-digit number and a final
5-digit answer.  However, all the digits are replaced
by letters.

Your job is to discover which letters are which digits.




==========
TO INSTALL
==========

Please read the INSTALL file.  For the hasty, just type the following:
./configure
make
su root
make install
exit



=======
TO PLAY
=======

Run the executable "gmult".
Click on a character when you are ready to guess.  You will be presented
with all possible digits that character might be.  Pick the one you think
it is.  If you are right, all instances of that character will be replaced
by the digit.



© 2004—2005 Michael Terry
