Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.

Screenshot 2024-04-26 at 2 12 28 PM

### 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.