Hacker News new | ask | show | jobs
by main_gi 1572 days ago
Well hello. I was in the middle of making a game with a very similar premise lol, apparently a few of those are around, but I do think the Countdown gameplay of 6 numbers is 'too difficult', you can't make poor guesses and still win like in Wordle.

How does the "app" feature work? Was it easy to make (given a static site)?

1 comments

To make the site work as an 'app' you just need it to conform to the PWA (Progressive Web App) guidelines, and handle the install prompt. There's a good guide here:

https://developer.mozilla.org/en-US/docs/Web/Progressive_web...

Nice, thank you. That's a nice feature that I didn't know about.