Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 704 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 704 Bytes

Sudoku Game

Overview

A Sudoku game implementation where users can solve puzzles by filling in numbers on a 9x9 grid. The game allows you to play sudoku and includes error tracking and validation.

Features

  • Interactive Sudoku board with real-time error checking.
  • Ability to select numbers and place them on the board.
  • Error count tracking with a reset option.
  • Responsive layout for various screen sizes.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Installation

  1. Clone the repository:

    git clone https://github.com/akshay-899/sudoku.git
    cd sudoku
  2. Open this with the live server extension

Note

Please use desktop or laptop to play this game :)