Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 983 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 983 Bytes

Simple Sudoku

About how to run this project

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.


About this project

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.

Todos

  • Generate Sudoku answers. (in Ver.0.1.0)
  • Randomly blank grids.
  • Add difficulty select options.
  • Add filling grid support.
  • UI customize.

License

MIT License