https://github.com/chrisshim98/sudoku
Sudoku Frontend Application
https://github.com/chrisshim98/sudoku
react sudoku tailwind
Last synced: 2 months ago
JSON representation
Sudoku Frontend Application
- Host: GitHub
- URL: https://github.com/chrisshim98/sudoku
- Owner: ChrisShim98
- Created: 2023-03-23T02:04:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T16:38:56.000Z (about 1 year ago)
- Last Synced: 2025-01-08T15:28:22.983Z (4 months ago)
- Topics: react, sudoku, tailwind
- Language: JavaScript
- Homepage: https://sudoku-gray.vercel.app
- Size: 190 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku - Web Application
Developed with React.js x Tailwind.css
![]()
## Description
Sudoku is a logic-based, number-placement puzzle game that involves filling a 9x9 grid with numbers from 1 to 9 in such a way that each row, column, and 3x3 sub-grid contains all the digits from 1 to 9 without repetition.Your objective is to fill every row, column, and 3x3 sub-grid with numbers from 1 to 9 without repeating any number in the same row, column, or sub-grid.
- Select a difficulty above the Sudoku grid.
- Replace the zeros with numbers between 1 to 9 that are unique to their row, column and sub-grid.
- Start by looking for rows, columns, or sub-grids with only a few missing numbers, and then use the process of elimination to fill in the missing numbers.
- Hit submit once completed.
- Hit reset to start a new puzzle at the same difficulty.
Application Screenshot