Earlier quoted context omitted.
The rules are on the info page - maybe not that obvious.
Yup - I skimmed them, so that's on me! Don't let me being relatively harsh discourage you. It's a good, educational game that makes you think. It just feels very different from something like Wordle, and that's OK. Now that I got the hang of it, I tried the easy and hard modes as well, and got them both on the first try without having to undo anything. But as others said, I looked at the available numbers, figured ou…
Show HN: I made a little math game named Summle
21–30 of 82 posts
Re: Show HN: I made a little math game named Summle
#22Re: Show HN: I made a little math game named Summle
#23Re: Show HN: I made a little math game named Summle
#24> I made this game for my children to play Mathematician here. It's fun, but it's quite hard! How old are your children? [spoiler alert?] I finally solved it in 4 steps. It needs a lot of backtracking planning. I has to guess which will be the last expression and try to reach the numbers that it used. I don't play too much Wordle, but my approach was just trying to find a word that is not to stupid (like reusing a lo…
But yes, I factored the result in my head. I would have done the same with (result ± any of the other numbers), if necessary.
Also, for the simple one, I immediately recognized 243 as a power of 3, so maybe, I’m not in the target group ;-)
Re: Show HN: I made a little math game named Summle
#25You have +,-, * ,/. But no ^. Why ?
I used to ask a^b * c^d=abcd as an interview question. In most programming languages its a 4-line nested loop to find the unique solution.
Re: Show HN: I made a little math game named Summle
#26Re: Show HN: I made a little math game named Summle
#27Nice, very similar to countdown. If you've not seen it then '8 Out of 10 Cats does Countdown' is a great comedy version of the classic show on Channel 4 in the UK.
Re: Show HN: I made a little math game named Summle
#28Re: Show HN: I made a little math game named Summle
#29Re: Show HN: I made a little math game named Summle
#30> I made this game for my children to play Mathematician here. It's fun, but it's quite hard! How old are your children? [spoiler alert?] I finally solved it in 4 steps. It needs a lot of backtracking planning. I has to guess which will be the last expression and try to reach the numbers that it used. I don't play too much Wordle, but my approach was just trying to find a word that is not to stupid (like reusing a lo…
Hard? I found the hard one fairly easy, and don’t think I accidentally spotted the solution early. For difficult, I would expect at least one division, as in (ax+b)/(c-d) But yes, I factored the result in my head. I would have done the same with (result ± any of the other numbers), if necessary. Also, for the simple one, I immediately recognized 243 as a power of 3, so maybe, I’m not in the target group ;-)