Show HN: An Open Source Number Game
11–20 of 34 posts
Re: Show HN: An Open Source Number Game
#12Re: Show HN: An Open Source Number Game
#13Also, cool game thanks for sharing.
Re: Show HN: An Open Source Number Game
#14Getting a sum of 21 the first time gets you a score, and the second time (since you've already used that sum) it gets you a loss. I think it should make you lose the first time! Also, cool game thanks for sharing.
Re: Show HN: An Open Source Number Game
#15Getting a sum of 21 the first time gets you a score, and the second time (since you've already used that sum) it gets you a loss. I think it should make you lose the first time! Also, cool game thanks for sharing.
The rules seem to be that it checks if it's an available multiple of 7 first and then if it's invalid. I initially thought the rules would work the way you have described, but if that was the case, would all multiples of 7 and 3 be off limits?
Re: Show HN: An Open Source Number Game
#16Other 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
#17Re: Show HN: An Open Source Number Game
#18Earlier quoted context omitted.
The rules seem to be that it checks if it's an available multiple of 7 first and then if it's invalid. I initially thought the rules would work the way you have described, but if that was the case, would all multiples of 7 and 3 be off limits?
That's how it initially was. But I have now made it so that, as you say, it first checks to see if it's a multiple of 7. If it's a multiple of both 7 and 3 (regardless of whether or not you have played it before), then you will no longer be penalized.
Re: Show HN: An Open Source Number Game
#19This 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
#20not /s