Sithumsankajith / sudoku-web-game

Sudoku Game is a web-based adaptation of the classic Sudoku puzzle. Test your logical thinking and problem-solving skills with this engaging game.

Home Page:https://sithumsankajith.github.io/sudoku-web-game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku Game

Sudoku Game is a classic puzzle game where you have to fill a 9x9 grid with numbers so that each row, each column, and each of the nine 3x3 subgrids contains all of the digits from 1 to 9. The game features an intuitive interface and various difficulty levels to challenge players of all skill levels.

Alt text

Features

  • Classic Sudoku gameplay: Fill the grid with numbers from 1 to 9, ensuring no repetition in rows, columns, or subgrids.
  • Timer: Track your progress and challenge yourself to complete the puzzle in the shortest time possible.

How to Play

  1. Click on a number from the number pad to place it in the selected cell.
  2. Complete the grid following the Sudoku rules.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript

How to Run the Game Locally

  1. Clone this repository to your local machine.
  2. Open the index.html file in your web browser.
  3. Start playing Sudoku!

Play Sudoku

About

Sudoku Game is a web-based adaptation of the classic Sudoku puzzle. Test your logical thinking and problem-solving skills with this engaging game.

https://sithumsankajith.github.io/sudoku-web-game/

License:MIT License


Languages

Language:JavaScript 48.8%Language:CSS 39.5%Language:HTML 11.7%