Skip to content

Ehiremen/super-sudo-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

super-sudo-helper

A C++ project that helps when solving Sudoku puzzles.

This is me showing you the product of my Object Oriented Programming Practices class.

This project was built in 11 modules over the course of three months, with each module being an improvement on a previous module. However, only the final product is uploaded here.

The end goal is to have something that one can use to organize their life when solving a sudoku puzzle (less mental work, and no more having to physically erase your previous solutions, YAY!)

This is/was an in-class project, and some code stubs and files (tools.cpp, tools.hpp) were supplied by my professor (Alice E. Fischer).


Project Structure

While this project uses an mvc design pattern, I moved all the code to one folder to simplify compiling for users who may have trouble compiling between directories.

Model Files:

View Files:

Controller Files:

Utility Files

Error Handling Files:

Sample Input Files:


NOTE: If you get a "Corrupt file" message when you try the input files linked above, edit them, take out each newline and put it in again. The issue has to do with Windows' CR.

Thank you

About

A C++ project that helps when solving Sudoku puzzles.

Topics

Resources

License

Stars

Watchers

Forks