yarn install
yarn serve
yarn build
yarn lint
This is a simple sudoku game using Vue↗, or more specifically, Vue Class Component↗.
Above all, this is a training project. That's to say, its algorithm and implementation may not be effective enough. Be careful, NOT use this in any production project.
- Generate Sudoku answers. (in Ver.0.1.0)
- Randomly blank grids.
- Add difficulty select options.
- Add filling grid support.
- UI customize.
MIT License↗