Show HN: Sudoku with 0 Bells or Whistles
31–40 of 49 posts
Re: Show HN: Sudoku with 0 Bells or Whistles
#32Shameless 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
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.Re: Show HN: Sudoku with 0 Bells or Whistles
#33Re: Show HN: Sudoku with 0 Bells or Whistles
#34Honestly, there's nothing better than the Cracking the Cryptic app for sudoku, called "Sven's Sudoku Pad." People who love sudoku have congregated around that channel. It's updated regularly and there are a lot of puzzles that can be imported into it. It gives you very helpful pencil mark controls including colors and differently placed marks. There really just hasn't been another app that compares to the level of pr…
Re: Show HN: Sudoku with 0 Bells or Whistles
#35My go-to for pen-and-paper style puzzles (including Sudoku, but mainly Loopy) is Simon Tatham's Portable Puzzle Collection [0]. It's extremely portable open source C, so if you can compute on it, you can probably compile STPPC for it. [0] https://www.chiark.greenend.org.uk/~sgtatham/puzzles/
The sudoku game is called solo.
*in addition to the js versions on the original site.
Re: Show HN: Sudoku with 0 Bells or Whistles
#36Another shameless plug - I built a multiplayer sudoku game where you and multiple others can compete to finish the game first. It's a web app at https://countdoku.app/
Re: Show HN: Sudoku with 0 Bells or Whistles
#37 $> aptitude show sudoku
$> sudo apt install sudokuRe: Show HN: Sudoku with 0 Bells or Whistles
#38Re: Show HN: Sudoku with 0 Bells or Whistles
#39Shameless 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
Thanks, I personally find that for these sorts of puzzle games, browser-based is the way to go. I don't particularly want to install yet another app that is a black box in terms of network communication.
Re: Show HN: Sudoku with 0 Bells or Whistles
#40Shameless 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
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.