Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elonehoo/vue-sudoku
- Owner: elonehoo
- License: mit
- Created: 2022-02-10T11:08:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T03:01:25.000Z (about 2 months ago)
- Last Synced: 2024-09-18T06:22:29.743Z (about 2 months ago)
- Topics: game, vite, vue
- Language: TypeScript
- Homepage: https://vue-sudoku.elonehoo.me
- Size: 186 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.