Show HN: I made a Sudoku game you can play using Vim
Source: https://github.com/alabhyajindal/vimsudoku
I played this app when it was on netlify and you posted it originally (https://news.ycombinator.com/item?id=38913220). I noticed a few weeks ago the redirection of the domain.
Now I see this today and I'm very disappointed.
I can't click on desktop. It doesn't scale nor does tapping work on my phone. Basically ruined the app for me. I can't imagine my brother-in-law who says he used this app every day will be happy.
Well done, this is fun! I think it would be nice to use the cursor to indicate if the app is currently in pencil or solve mode. And one small bug report, gg only works like 33-50% of the time for me.
Hi everyone!
I made a Sudoku game and launched it on HN about 6 months ago: https://news.ycombinator.com/item?id=38913220
I got great feedback. The most request feature were pencil marks and keyboard navigation.
At the time I was starting to use Vim so I thought it'll be cool to use Vim to navigate the grid. This is the implementation of that idea.
I hope you enjoy it!
Very nice.
Possibly a key to jump to next/previous empty square, w/b or n/p?
It's great, but how to submit (or complete) sudoku itself?
Can we get a screenshot
gg and G would also be nice :)