TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Sudoku with Friends

3 pointsby davefolalmost 5 years ago

1 comment

davefolalmost 5 years ago
My partner and I like to collaborate on the New York Times sudoku puzzles everyday. Recently, I had to visit my mother and we had no good way to do the puzzle. I decided to build this little app so that anyone can collaborate on a classical sudoku puzzle with their friends. I also built a sister chrome extension that converts the NYT sudoku puzzles into .sdk format: <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;new-york-times-sudoku-imp&#x2F;ekhmjkmibekgoiodgnpbecpchpppjkhn" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;new-york-times-sud...</a><p>The UI is basically identical to the NYT sudoku page except for the number pad which I&#x27;ll be adding soon.<p>Hope y&#x27;all enjoy, if you want to boot it up locally or help me add features the source code is available here:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;davefol&#x2F;sudoku-with-friends" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;davefol&#x2F;sudoku-with-friends</a><p>and here:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;davefol&#x2F;newyork-times-sudoku-importer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;davefol&#x2F;newyork-times-sudoku-importer</a>