Hey there! 👋 This is a fun little tool I made to help solve Killer Sudoku puzzles. You know, those tricky ones with extra cage rules!
I built this while playing around with some AI tools for web dev - pretty cool stuff!
- Started with a fresh Vue project (
pnpm create vue@latest .
) - Added Pug and Sass for nicer code (
pnpm install pug sass-embedded
) - Cleaned out all the template stuff
- Had a nice chat with Cursor AI to help build the actual app
- Got a cute icon from recraft.ai (told it "make me a sudoku solver icon, but keep it tiny!")
- Did some icon cleanup in GIMP to make it look just right
Most of this was created with AI tools, so I'm honestly not sure about the licensing situation. If you want to use any of it, maybe double-check that part! 😅
Even the README was written by AI now. I only wrote python code for the solver and the git commit messages.