Thanks to visit codestin.com
Credit goes to github.com

Skip to content

YoussefMorad1/Sudoku-Generation-and-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Generation and Visualization

  • This is a GUI Program that uses BackTracking Algorithm to Create a unique (only one solution) Suduko Puzzle
  • The Program has an option to solve the puzzle after it's created
  • The Program shows visual steps while creating the unique puzzle and while solving
  • Creating the puzzle may take a long time that's why the program allows user to choose between 2 mod:
    • Stop Watch Mod: NO Time Limits -> The program will take his time creating the puzzle and trying to have as few clues as he can
    • Timer Mod: Time Limits -> User chooses a number of secs, the program stops when this timer ends (puzzle might have more clues)

Preview

Stop Watch Mod

Puzzle_Creator_StopWatch.mp4

Versions

Version 1.0

  • Main Structure of the Program and the OOP Design are created
  • The Program can create a unique puzzle, shows the steps while creating it
  • The Program can solve the created puzzle while showing his backtracking steps
  • Program has 2 mods for regarding time it takes to create the puzzle

UPCOMING VERSIONS

  • Have a new MOD called SUDUKO GAME, that generates a unique puzzle and lets the user try to solve it
  • Using MYSQL to save every new unique generated puzzle and have the ability to load a random puzzle from them
  • Enhancing The Code: Details will be in Issues

About

GUI Program that uses BackTracking to Create a unique (only one solution) Sudoku Puzzle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages