Show HN: An Open Source Number Game
21–30 of 34 posts
Re: Show HN: An Open Source Number Game
#22I would recommend removing "7" from the board at all. The easiest opening move is to just start clicking all the 7s (since that guarantees you all multiples of 7 until you run out of 7s). This strategy requires 0-thinking and is a bit tedious. If the board has no 7's on it, you're required to add from the get-go. EDIT: Also, very fun little game. Thanks for sharing!
Re: Show HN: An Open Source Number Game
#23Re: Show HN: An Open Source Number Game
#24I would recommend removing "7" from the board at all. The easiest opening move is to just start clicking all the 7s (since that guarantees you all multiples of 7 until you run out of 7s). This strategy requires 0-thinking and is a bit tedious. If the board has no 7's on it, you're required to add from the get-go. EDIT: Also, very fun little game. Thanks for sharing!
Definitely a fun little distraction, I should be working though.
Re: Show HN: An Open Source Number Game
#25The grid doesn't appear properly in Firefox for me. clear your floats in the scoreboard. Other than that, looks pretty cool. EDIT: actually it also seems to not work in Firefox in general after refreshing the page
Re: Show HN: An Open Source Number Game
#26That is pretty cool. It would be handy if I can see the multiples of 7 that I have used already. That way I can figure out what to work towards next.
That's a great idea! The trick will be finding a place to display it. Maybe I'll add a button next to the score, and clicking it will reveal an overlay with played numbers.
Re: Show HN: An Open Source Number Game
#27Re: Show HN: An Open Source Number Game
#28Re: Show HN: An Open Source Number Game
#29Nice game. I would suggest a "subtraction" option. If you click on a number and the sum is neither a multiple of 7 or 3, then how bout you allow the user to click on a selected number again to deselect it and subtract its value from the sum.
Re: Show HN: An Open Source Number Game
#30Nice game. I would suggest a "subtraction" option. If you click on a number and the sum is neither a multiple of 7 or 3, then how bout you allow the user to click on a selected number again to deselect it and subtract its value from the sum.
Also, why is sum=3 not a fail case?