/sudoku

This is an online Sudoku Game built using React. This project was developed to demonstrate application of Data Structures and Algorithms in Game Development.

Primary LanguageTypeScriptMIT LicenseMIT

Sudoku Online

This is an online Sudoku Game built using React. This project was developed to demonstrate application of Data Structures and Algorithms in Game Development.

Demo

jhasuraj.com/sudoku

Features

  • Highlight Wrong Moves
  • Light and Dark Theme
  • Restart Existing Game
  • Start New Game
  • Game Timer

Authors

Tech Stack

Frontend

Environment Setup

Run Locally

Clone the project

  git clone https://github.com/jhasuraj01/sudoku.git

Go to the project directory

  cd sudoku

Install dependencies

  npm install

Start the server

  npm run start

Screenshots

Dark Mode image

Light Mode image

Incorrect Selection Highlight image

Appendix

This project was created as a semester course work for the subject Data Structures and Algorithms at Pimpri Chinchwad College Of Engineering.