Skip to content

Latest commit

 

History

History
39 lines (18 loc) · 867 Bytes

README.md

File metadata and controls

39 lines (18 loc) · 867 Bytes

Sudoku-Hunter

Cracks any Sudoku of size 4x4, 6x6, 8x8, 9x9, 10x10, 12x12, 15x15, 16x16, 25x25 within minutes

Requirements :-

  • Python3 must be installed

How to install Requirements :-

Getting Started :-

  • Download or clone repository.

  • Open cmd or terminal in same directory where sudokuhunter.py is saved(after cloning or downloading this repo).

  • Just type python3 sudokuhunter.py on cmd or terminal.

  • Provide the input as follows :-

    • Write 0 (zero) in place of empty spaces(given in your sudoku board).

    • Enter data row-wise(all-along) with space between every new entry.

    • Hit enter after inputting each row.

Bugs and Improvements :-

  • No known bugs.
  • GUI feature will be added very soon.

Dev :- Prakash Gupta