/sudoku

A simple C++ console game.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

sudoku

Classic 9X9 sudoku console based game.

commands

  1. Insert the number you want to add in the grid ( from 1 to 9 ).
  2. Insert the coordinates where do you want to put your number.
  3. The coordinates are made by an X coordinate representing the row and a Y coordinate representing the column number.
  4. Enter -1 to end the game before the finish of the sudoku.

info

This project use clang code formatting and Google C++ Style Guide. Windows 32 bit application.