Skip to content

A Sudoku Solver that uses the basic c++ concepts I learnt in school. Loops and more loops

Notifications You must be signed in to change notification settings

fullmeteor172/DokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Sudoku Sover + has a game gui too!

Used this slick library to make it happen - https://github.com/raysan5/raylib

Things to do:

  • Optimize all that sloppy nested for code and use vectors
  • Make the gui visualy show the backtracking process
  • Make the game parse a file with strings of boards to questions
  • Figure out how to avoid so much code repeating in the gui() funtion
  • Need to add a Menu screen
  • Need to add a You won screen
  • Need to add make use of that screen scaling var for 4k monitors
  • Need to fix the check() with a better system for 3x3
  • Go to bed, I never seem to be able to sleep on time...

Screen Shots:

  • New game

  • Made an error

About

A Sudoku Solver that uses the basic c++ concepts I learnt in school. Loops and more loops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages