Multiplication Puzzle
Figure out which letters are which numbers
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.
Multiplication Puzzle is a simple GTK 4 game that emulates the multiplication game found in Emacs. Basically, a multiplication problem is shown with all digits replaced by letters. Your job is to guess which letter represents which number.
How to install Multiplication Puzzle in Ubuntu
If you are on a supported distro, you can install the application through software center by clicking the below link.
If the above link not working, run the below command in terminal to install gmult in Ubuntu
sudo apt install gmult
Multiplication Puzzle Screenshots