A console application in C++ for the classic game Sudoku, which allows users to either load an existing puzzle from a file or generate a new one. Users can input their solution or let the program solve the puzzle. After completion, the app displays game statistics, including correct placements, errors, and game count.
-
Updated
Feb 21, 2024 - C++