Answer key in case anyone is curious: https://gist.github.com/hrdwdmrbl/0588c581f7fcc0e448fc063c4e...
Show HN: 18 Words
291–300 of 384 posts
Re: Show HN: 18 Words
#292 function getPercentileText(survived) {
if (survived === 18) return 'Top 1% of players today ';
if (survived === 17) return 'Top 2% of players today ';
if (survived === 16) return 'Top 3% of players today ';
if (survived === 15) return 'Top 5% of players today ';
if (survived >= 12 && survived = 10 && survived = 8 && survived
I feel like I've been lied to!Re: Show HN: 18 Words
#293Earlier quoted context omitted.
First, this is fantastic! Really fun. I really like everyone's idea of finding some way of letting the player play all 18 words. Either count up time, and use total time as the score (while allowing pausing). Or else just count the total score at the end, and if someone fails a word it's reduced from the score. So you got 16/18 word or something.
Also, Zanagrams is really fun too!
Re: Show HN: 18 Words
#294Very fun and I loved the UI. Just wish I could have played the rest of the words ("photo" got me out)
Re: Show HN: 18 Words
#295Re: Show HN: 18 Words
#296Thanks everyone for the feedback! Two questions 1. For a version without the timer what would you like to happen if you are just completely stuck on a word? Hints to reveal letters or skip the word? 2. For those who like the timed version would you prefer to continue when you miss a word and then get a final score out of 18?
Re: Show HN: 18 Words
#297Thanks everyone for the feedback! Two questions 1. For a version without the timer what would you like to happen if you are just completely stuck on a word? Hints to reveal letters or skip the word? 2. For those who like the timed version would you prefer to continue when you miss a word and then get a final score out of 18?
Re: Show HN: 18 Words
#298Re: Show HN: 18 Words
#299Re: Show HN: 18 Words
#300Interestingly, whenever I failed, the correct answer felt totally obvious - and I wonder how this observation relates to frame semantics theory?
And not being native english speaker (as you, reading my comment, may have noticed) makes this harder, but still an exciting game.