Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huangbuyi/sudoku
A small but powerful sudoku game.
https://github.com/huangbuyi/sudoku
board-game csp sudoku typescript vue vue3
Last synced: about 1 month ago
JSON representation
A small but powerful sudoku game.
- Host: GitHub
- URL: https://github.com/huangbuyi/sudoku
- Owner: huangbuyi
- Created: 2024-10-29T09:19:26.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T10:08:27.000Z (about 2 months ago)
- Last Synced: 2024-10-30T10:27:15.366Z (about 2 months ago)
- Topics: board-game, csp, sudoku, typescript, vue, vue3
- Language: Vue
- Homepage: https://huangbuyi.github.io/sudoku/dist/
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku
- [中文 README](./README.zh-CN.md)
Sudoku is a logic-based, combinatorial number-placement puzzle. In classic Sudoku, the objective is to fill a 9 × 9 grid with digits so that each column, each row, and each of the nine 3 × 3 subgrids that compose the grid (also called "boxes", "blocks", or "regions") contains all of the digits from 1 to 9.
- [Sudoku game page](https://huangbuyi.github.io/sudoku/dist/)
![page](images/sudoku-page.png)
## Features
- Sudoku creation
- Difficuty select
- Hints in *Casual* mode
- High accuracy timer in *Challenge* mode
- Conflicts indication