Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.

ivan-ristovic/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ 9x9 Sudoku Solver ✨

ss

📄 Description

Click here for more information about Sudoku and the rules.

This is a 9x9 (for now) Sudoku solver. Coded in C# using Visual Studio 2017.

💻 Installation

For now, the only way to install and run the program is to clone the project locally and then import it into Visual Studio. When the project is finished, I will add an installer and a precompiled executable as a release.

🎮 Usage

You can load whatever puzzle you want. There are two ways to do so:

  • Manually entering numbers, and then solving the puzzle (not reccomended as I have not yet added validation checks)
  • By creating your own .txt file. You can check puzzles/puzzle1.txt and see what format is required. You can then load the file using Game -> New -> Load from file

Left click increments the value in the clicked cell. Right click decrements the value in the clicked cell. Middle click deletes the value in the clicked cell.

🐛 Known bugs

None noticed so far.