Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuddha2021/interactive-sudoku-puzzle
Sharpen Your Mind with Interactive Sudoku: Logic Puzzles for Everyone
https://github.com/shuddha2021/interactive-sudoku-puzzle
css educational entertainment html interactive-game javascript logical-reasoning problem-solving puzzle-game sudoku sudoku-solver
Last synced: about 1 month ago
JSON representation
Sharpen Your Mind with Interactive Sudoku: Logic Puzzles for Everyone
- Host: GitHub
- URL: https://github.com/shuddha2021/interactive-sudoku-puzzle
- Owner: shuddha2021
- Created: 2024-03-09T09:12:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T19:13:08.000Z (9 months ago)
- Last Synced: 2024-11-06T19:50:21.557Z (3 months ago)
- Topics: css, educational, entertainment, html, interactive-game, javascript, logical-reasoning, problem-solving, puzzle-game, sudoku, sudoku-solver
- Language: HTML
- Homepage: https://sudoku-peach.vercel.app
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku Game
A fun-to-play Sudoku game for all ages.## Introduction
This Sudoku game provides a classic number puzzle experience built using HTML, CSS, and JavaScript. Challenge yourself with this addictive game that tests your logical thinking and problem-solving skills.## How it's Built
### HTML
The game utilizes HTML to structure the Sudoku grid and buttons for user interaction.### CSS
CSS styles are applied to enhance the visual appeal of the game, providing a clean and intuitive user interface.### JavaScript
JavaScript handles the game's functionality and logic, including user input, move validation, puzzle solving, and dynamic rendering.## How to Play
- Open the Sudoku Game in a web browser at [sudoku-peach.vercel.app](https://sudoku-peach.vercel.app).
- Use your keyboard to input numbers into empty cells.
- Fill in each cell with a number from 1 to 9 without repeating any number in the same row, column, or 3x3 subgrid.
- Use the "Solve" button to automatically solve the puzzle if needed.## Development
### Prerequisites
- Web browser with HTML5 support### Running the Game
- Simply open the index.html file in a web browser to play the game, or visit [sudoku-peach.vercel.app](https://sudoku-peach.vercel.app) to play it online.### Modifying the Game
- Customize the game by adjusting JavaScript code to change puzzle generation, difficulty level, and user interface enhancements.## Credits
This Sudoku game is created for educational and entertainment purposes, inspired by the classic puzzle game loved by millions worldwide.## License
This project is licensed under the MIT License - see the LICENSE file for details.