Live data from Hacker News

Show HN: Sudoku with 0 Bells or Whistles

news.ycombinator.com

41–49 of 49 posts

Re: Show HN: Sudoku with 0 Bells or Whistles

#41
post #14

Shameless plug: I built an open source, completely free, no ads/tracking whatsoever sudoku with a lot of bells of whistles. It’s only web based, so no native apps. Find it here: https://sudoku.tn1ck.com/ Source is at https://github.com/TN1ck/super-sudoku if anyone is interested

Very cool, feature request if you ever work on it again: numpad support, a way to toggle-off the row/square highlighting when you select a cell, del key to empty a cell.

I thought I added numpad support, will have another look. I’ll add a setting to disable the highlights next week, thanks!

Re: Show HN: Sudoku with 0 Bells or Whistles

#43
post #40

Earlier quoted context omitted.

I'm not able to auto-generate notes, then delete some of them. e.g., a row contains the auto-generated notes: [1,2,3,4,5] [1,2,3] [1,2,3] [1,2,3] I can't remove 1,2,3 from the first cell.

Yeah they conflict, haven’t really worked too much on how to resolve this. I mostly did the auto generated notes as I found them cool, how did you expect them to work? Currently they are live updating, but I guess a one of action might more sense?

It's tricky for sure to do it without complicating the interface. You'd need separate concepts of allowed notes and denied notes. If I say a not can _not_ appear somewhere, then it should purge that note forever. But how to portray that concept to the user?

Re: Show HN: Sudoku with 0 Bells or Whistles

#44
post #40

Earlier quoted context omitted.

I'm not able to auto-generate notes, then delete some of them. e.g., a row contains the auto-generated notes: [1,2,3,4,5] [1,2,3] [1,2,3] [1,2,3] I can't remove 1,2,3 from the first cell.

Yeah they conflict, haven’t really worked too much on how to resolve this. I mostly did the auto generated notes as I found them cool, how did you expect them to work? Currently they are live updating, but I guess a one of action might more sense?

I thought it might work a little like the NYT sudoku app: placed numbers delete candidate notes automatically, but you can also manually toggle candidates on/off. I guess a once-off generation would probably work to achieve this?

Re: Show HN: Sudoku with 0 Bells or Whistles

#45
post #41

Earlier quoted context omitted.

Very cool, feature request if you ever work on it again: numpad support, a way to toggle-off the row/square highlighting when you select a cell, del key to empty a cell.

I thought I added numpad support, will have another look. I’ll add a setting to disable the highlights next week, thanks!

That will be nice!

Re: Show HN: Sudoku with 0 Bells or Whistles

#46
post #14

Shameless plug: I built an open source, completely free, no ads/tracking whatsoever sudoku with a lot of bells of whistles. It’s only web based, so no native apps. Find it here: https://sudoku.tn1ck.com/ Source is at https://github.com/TN1ck/super-sudoku if anyone is interested

Awesome project. Is there a way for the app not to tell me when I made a mistake? I must be doing something wrong as I'm not able to toggle this setting on/off.

Re: Show HN: Sudoku with 0 Bells or Whistles

#47
post #41

Earlier quoted context omitted.

Very cool, feature request if you ever work on it again: numpad support, a way to toggle-off the row/square highlighting when you select a cell, del key to empty a cell.

I thought I added numpad support, will have another look. I’ll add a setting to disable the highlights next week, thanks!

Thank you =)!

Re: Show HN: Sudoku with 0 Bells or Whistles

#48

Earlier quoted context omitted.

Thanks! A pencil tool should be straightforward to add. Do people usually use a stylus for these purposes? Someone else mentioned the ads, I can easily embed some mechanism to remove them.

You can keep ads, but the sudoku app I use gives you a few hints for free, first. Pencil tool is usually a toggle- you default to `pen` but toggle `pencil` mode to fill them out. Look at the top android sudoku app's implementation, it's slick.

I finally got around to this. Here's a screenshot of how the new "pencil mode” looks in the latest version of the live app.

https://i.imgur.com/QrSqNwH.png

By tapping the same box twice, pencil mode is activated. You can enter any placeholders you like in the box.

Tapping the box again disables pencil mode, and the inputs you placed will remain in the background if you need to refer back.

Post reply on HN