An open API service indexing awesome lists of open source software.

https://github.com/tiaansu/sudoku-game

Simple Sudoku Puzzle made using C++
https://github.com/tiaansu/sudoku-game

Last synced: 3 months ago
JSON representation

Simple Sudoku Puzzle made using C++

Awesome Lists containing this project

README

        

# Simple Sudoku Puzzle made using C++
Sudoku is a logic-based, combinatorial number-placement puzzle. In classic Sudoku, the objective is to fill a 9 × 9 grid with digits so that each column, each row, and each of the nine 3 × 3 subgrids that compose the grid contain all of the digits from 1 to 9. [Wikipedia]

> To download the code click [here](https://github.com/Tiaansu/sudoku-game/releases/download/0.0.1/main.cpp).
> To check the tutorial click [here](https://github.com/Tiaansu/sudoku-game/wiki)

[Wikipedia]: https://en.wikipedia.org/wiki/Sudoku