Skip to content

MerryCello/sudoku-solver

Repository files navigation

Sudoku Solver

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.

At Runtime

Game Mode

Requirements

  1. JetBrain's Clion to build the cmake files and run
  2. A C++ compiler

Debug Mode

Comment in the DEBUG macro in definitions.h

  1. Allows for multiple board file to be run from the program arguments
  2. Will show debug messages

About

A solver for the classic sudoku puzzle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published