A small bug report: the "Share score" button on macOS Safari doesn't offer "copy" as an option for some reason. The same functionality on guess the game[0] has the same limitation, but it also copies to the clipboard automatically. Wordle[1] seems to just copy to the clipboard only.
Show HN: My 70 year old grandma is learning to code and made a word game
11–20 of 160 posts
Re: Show HN: My 70 year old grandma is learning to code and made a word game
#12Re: Show HN: My 70 year old grandma is learning to code and made a word game
#13I would come up with categories of increasing difficulty. "Colors", "Advanced Colors", "Common Fruit", "All Fruit", etc.
The game mechanic is great and worked flawlessly though!
Re: Show HN: My 70 year old grandma is learning to code and made a word game
#14It doesn’t work on phone, sigh
Re: Show HN: My 70 year old grandma is learning to code and made a word game
#15(So I guess, thanks for not teaching her about bundlers and minifiers yet :))
Re: Show HN: My 70 year old grandma is learning to code and made a word game
#16Is this a bug? https://i.imgur.com/b5HqHeA.png Vodka should not be below voice.
Re: Show HN: My 70 year old grandma is learning to code and made a word game
#17Re: Show HN: My 70 year old grandma is learning to code and made a word game
#18Reading the code is a joy. I love seeing different approaches to what we all take as givens, such as design.css rather than style.css, or the usage of an `else if (1 == 1)` compared to `else` or even `else if (true)`. (So I guess, thanks for not teaching her about bundlers and minifiers yet :))
Re: Show HN: My 70 year old grandma is learning to code and made a word game
#19Edit: See also https://news.ycombinator.com/item?id=41217457.
Re: Show HN: My 70 year old grandma is learning to code and made a word game
#20I got reeeealy close (and then asked an llm....)