hryanjones / guess-my-word

A word guessing game, where you only know whether my word is before or after your guess. (An unofficial clone of the game previously available on simbase.org)
https://hryanjones.com/guess-my-word/
MIT License
64 stars 26 forks source link

I cannot see my words guessed on the completion board #38

Closed itsmything closed 3 years ago

hryanjones commented 3 years ago

What was your username and first guessed word (and was this the hard word or easy word)? Was there any weirdness when you submitted (slow or anything)?

itsmything commented 3 years ago

Sept 3: Username/ Try to beat my score F / Normal / Mask/ no weirdness

PS: love this game

On Sep 3, 2020, at 12:08 AM, H. Ryan Jones notifications@github.com wrote:

 What was your username and first guessed word (and was this the hard word or easy word)? Was there any weirdness when you submitted (slow or anything)?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hryanjones commented 3 years ago

Huh, I don't see anything out of ordinary. The data looks like it's coming back correctly, specifically with your record:

{"submitTime":"2020-09-03T11:09:51.108Z","time":141464,"numberOfGuesses":11,"name":"Try to beat my score F"}

As you can see, your guessed words don't come back.

I was able to reproduce this by just unselecting "allow my guesses to be public" checkbox when submitting my name, which it looks like you also did.

I think in this case you expect to be able to see your own guesses even though others can't, correct? That shouldn't be too hard to do, but it may take me a little while to get to it.

itsmything commented 3 years ago

Oh duh! On me I must have unselected by mistake one day, never noticing it was there. All good No, I have no problem making my guesses public Sorry for the trouble Linda

On Sep 4, 2020, at 12:39 AM, H. Ryan Jones notifications@github.com wrote:

 Huh, I don't see anything out of ordinary. The data looks like it's coming back correctly, specifically with your record:

{"submitTime":"2020-09-03T11:09:51.108Z","time":141464,"numberOfGuesses":11,"name":"Try to beat my score F"}

As you can see, your guessed words don't come back.

I was able to reproduce this by just unselecting "allow my guesses to be public" checkbox when submitting my name, which it looks like you also did.

I think in this case you expect to be able to see your own guesses even though others can't, correct? That shouldn't be too hard to do, but it may take me a little while to get to it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hryanjones commented 3 years ago

no worries, glad we figured it out and it's not a bug 😆