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: ProSudoku – Play Sudoku with Apple Pencil on iPad

17 pointsby princekoltabout 4 years ago

1 comment

princekoltabout 4 years ago
Hello, I&#x27;m the author of ProSudoku. This is a project I&#x27;ve been working on for a few months (mostly as a lockdown project to keep me busy).<p>This project has been a journey for me, and I&#x27;ve learned a lot about how sudoku puzzles are created, graded, and solved. I learned about the solving techniques that pros use to solve hard puzzles and I&#x27;ve incorporated them into a step-by-step solver that explains to the player why a move is legal.<p>I have also implemented my own handwriting recognition model using Apple&#x27;s turicreate and the EMNIST dataset. The main reason I trained my own model is because I wanted to use the X character as a way to erase numbers, and also because I want to be able to add scratching over a number to clear it (I just need a dataset for that, which I&#x27;m working on).<p>The handwriting recognition also supports inserting pencil notes, and clearing them.<p>Overall I&#x27;ve had lots of fun working on this, and I hope you can give it a try and let me know what you think. I am already working on improvements, and so feedback will be extremely helpful in making it better.