the star battle interface diverges from penpa, puzpre, and puzzleteam in a number of basic ways that actively make the solving experience worse imo: - having to switch between "star" and "exclude" modes is annoying on desktop, and most sites allow right click for placing "exclude" marks. it was a surprise that right click not only popped up the context menu but also placed a star (in a wrong spot, of course). - count…
Exactly, I also prefer when neighboring cells are automatically marked when you place a star
Show HN: Got sick of ads, so I made my own logic puzzle site
171–180 of 181 posts
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#172It won't even let me play sudoku if I don't sign-in.
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#173Where are you sourcing all your puzzles? I remember the blocker to a Sudoku app I was making in secondary school was just getting good puzzles. They're hard to make, particularly if you're signing up to make a new one every day. I guess you could create them with AI now, but you'd run significant risk of them being uncalibrated for difficulty or just outright invalid.
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#174You need to make the leaderboard be daily and for a single daily puzzle. Otherwise there's no reason to check it.
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#175Love it! My only feedback is the many-squared puzzles are hard to play on a phone without a stylus (accidental misclicks are challenging with the small box size)
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#176what was the hardest part of the puzzle validation logic detecting unique solutions or handling edge cases in user input?
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#177Love it. Inspiring me to upgrade my puzzle game site.
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#178I hate that it immediately flags your errors. First, because it doesn't forgive the casual finger slipping or forgetting if you are in pen or pencil mode. And then because it partially gives away the solution.
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#179Great work! Always love more competition driving better products. I'd make a non competitive mode without mistakes system: I love the puzzles, idgaf about leaderboards
Re: Show HN: Got sick of ads, so I made my own logic puzzle site
#180I hate that it immediately flags your errors. First, because it doesn't forgive the casual finger slipping or forgetting if you are in pen or pencil mode. And then because it partially gives away the solution.
I hear ya and I am in the process of switching them to removing the error flagging and making them work by letting the solver click/tap a button when they've completed the puzzle. Then it will tell them if it's correct or not.