This is an online Sudoku Game built using React. This project was developed to demonstrate application of Data Structures and Algorithms in Game Development.
- Highlight Wrong Moves
- Light and Dark Theme
- Restart Existing Game
- Start New Game
- Game Timer
- Download and install the latest node and npm from https://nodejs.org/en/download/
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
This project was created as a semester course work for the subject Data Structures and Algorithms at Pimpri Chinchwad College Of Engineering.