Based off the traditional Sudoku puzzle. Built in C++ 14, it comes with a game and a debug mode. In the game mode, you can play it like normal, and if you get stuck or lazy, you can run the "solve" option to fill the board. Built with object oriented programming in mind.
- JetBrain's Clion to build the cmake files and run
- A C++ compiler
Comment in the DEBUG macro in definitions.h
- Allows for multiple board file to be run from the program arguments
- Will show debug messages