Show HN: I made a puzzle game in HTML5
111–120 of 130 posts
Re: Show HN: I made a puzzle game in HTML5
#112I love it. At some point for me, there seemed to be a bug, circles started disappearing
Re: Show HN: I made a puzzle game in HTML5
#113Re: Show HN: I made a puzzle game in HTML5
#114Re: Show HN: I made a puzzle game in HTML5
#115This is pretty fun. Thank you OP! Little off-topic, though, I love how Wordle kinda opened our eyes to the possibility of doing this kind of games in the web instead off a one-off native app. I recently made a word puzzle myself[1] which some of my friends enjoy playing and there's no way I would go through the soul-crushing cross-platorm native development ordeal for such a niche little app. But it can live in the w…
I very strongly dislike the user experience in Electron apps but I know the tradeoff for portability is worth it. It's a good example that highlights the importance of both user experience and developer experience. It doesn't matter that the native implementation would be "better" if it's impractical to actually do.
Re: Show HN: I made a puzzle game in HTML5
#116Re: Show HN: I made a puzzle game in HTML5
#1171. Select arbitrary row and column. Use this row & column to arrange all other rows and columns.
2. Arrange the last row & column. This is always possible and should take <= 20 steps, left as an exercise to the reader :)
Re: Show HN: I made a puzzle game in HTML5
#118Re: Show HN: I made a puzzle game in HTML5
#119Re: Show HN: I made a puzzle game in HTML5
#120OK, anyone else unable to get past level 2?