elonehoo / vue-sudoku

Sudoku game in Vue.js

Home Page:https://vue-sudoku.elonehoo.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Sudoku

A Sudoku game in Vue.js!

live demo

The puzzle is a square shape of nine squares (that is, 3 × 3 squares high), and each square is subdivided into a nine-square grid. In each small nine-square grid, fill in the numbers from 1 to 9, so that the numbers in each column and each row of the entire large nine-square grid are not repeated. The gameplay logic of Sudoku is simple, and the arrangement of numbers is ever-changing.

About

Sudoku game in Vue.js

https://vue-sudoku.elonehoo.me

License:MIT License


Languages

Language:TypeScript 57.6%Language:Vue 22.6%Language:CSS 19.3%Language:HTML 0.6%