Skip to content

ProgramParadise/Sudoku-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Project

This project contains both a Sudoku solver and generator for your use.

It is very easy to use:

SOLVING

In order to solve a sudoku, it is as simple as typing "solve". For custom sudokus, you can enter them in either the userInput.txt file, or the user input puzzle on the main sudoku.cs file.

If you enter something into the userInput.txt file, remember to type 'yes' on userInput.txt line 2.

GENERATING

In order to generate a sudoku, type "generate". Once you press enter, two options will appear:

  1. "all at once" will allow you to enter a 9x9 matrix at one time.
  2. "one at a time" will prompt you to enter a single value at a time.

After you have entered the matrix, two more options will appear:

  1. "code" will output into the copy-pastable form for the main file's user input.
  2. "matrix" will output into a 9x9 square of numbers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages