=================================== ᴍᴀᴛʜʟᴇ - ɢᴜᴇss ᴛʜᴇ ᴄᴀʟᴄᴜʟᴀᴛɪᴏɴ! =================================== Like Wordle, but with math. The game generates a random math equation like: 25 + 7 - 3 (a 2-digit integer, an operator, a 1-digit integer, another operator and a 1-digit integer). Only the result is displayed. You have 6 tries to solve it. In "Easy" mode the 1st operator is always + or - In "Hard" mode the 1st operator is always * or / The 2nd operator is always + or - The Difficulty level can only be changed between games. Click on the Difficulty status display to toggle it.. A Tile marked Yellow means that number is in the equation but you have it in the wrong spot. Dark Gray means it is not in the equation. Green means you have it in the correct spot. Light Gray for unguessed numbers. As well as the on-screen keypad, keyboard entry has been added (but left-arrow is needed for Backspace! Have fun!
After endless hours I was unable to reverse engineer the original Mathle by Dr_Lego so I just re-wrote my own code, but I tried to maintain the overall looks and functionality. Thanks Doctor!