Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elonehoo/vue-sudoku

Sudoku game in Vue.js
https://github.com/elonehoo/vue-sudoku

game vite vue

Last synced: 10 days ago
JSON representation

Sudoku game in Vue.js

Awesome Lists containing this project

README

        

# Vue Sudoku

> A Sudoku game in Vue.js!

[live demo](https://vue-sudoku.elonehoo.xyz)

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.