mwageringel / everest

A mathematical puzzle game
https://mwageringel.github.io/everest/
GNU General Public License v3.0
71 stars 10 forks source link

cannot insert 2 digit (or >1 digit) number #20

Closed vibrys closed 1 year ago

vibrys commented 1 year ago

for example in level 1, there is 3+7=?. I cannot insert 10. NOTE: it happens both on android application and web version

mwageringel commented 1 year ago

Hi @vibrys, it is intended to work like that. All solutions are single digit answers. If you try all the possible inputs, one of them will work. It's part of the exploration and will yield some clues for the remaining questions.

mbomb007 commented 1 year ago

Yeah, this issue can be closed. It works as intended. It's even made easy, because most people have experience with

Spoiler
Roman numerals, making "X" an easy guess for 10.