Skip to content

Lablace/SimpleSudoku

Repository files navigation

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

About

A simple Sudoku game using Vue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published