s4shibam / sudoku-wizard

Sudoku Wizard is an algorithmic project based on Backtracking Algorithm. This project illustrates the operation of the backtracking algorithm, which is used to solve any Sudoku puzzle.

Home Page:https://sudoku-wizard.shibamsaha.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku Wizard

Sudoku Wizard

Sudoku Generator and Solver

Code Size License Stars


⚡ Introduction

Sudoku Wizard is an algorithmic project based on Backtracking Algorithm. This project illustrates the operation of the backtracking algorithm, which is used to solve any sudoku puzzle.

✨ Features

  • Generate sudoku problem
  • Solve existing sudoku problem
  • Visualize how the backtracking algorithm works in behind

⚙️ Tech Stack

  • HTML
  • Tailwind CSS
  • JavaScript
  • Vite JS

🎯 Goals

  • To create a game centric project
  • To apply Backtracking Algorithm in a real life scenario

🖼️ Screenshots

Landing Page Solvable and Unsolvable Sudoku

👋🏻 Contact

Linkedin Twitter

About

Sudoku Wizard is an algorithmic project based on Backtracking Algorithm. This project illustrates the operation of the backtracking algorithm, which is used to solve any Sudoku puzzle.

https://sudoku-wizard.shibamsaha.dev

License:MIT License


Languages

Language:JavaScript 61.6%Language:HTML 33.1%Language:CSS 5.3%