TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: ProSudoku – Play Sudoku with Apple Pencil on iPad

17 点作者 princekolt超过 4 年前

1 comment

princekolt超过 4 年前
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.