/sudoku-cli

:jp: Command line interface version of one of the most popular puzzle games of all time.

Primary LanguagePython

Sudoku-CLI

Command line interface version of one of the most popular puzzle games of all time.

How to play

Use the coordinates to insert a number inside a cell.
e.g: a2-5 will insert the number 5 in line 2 of column "A".

How to run

python3 sudoku.py

In game commands

[X AXIS][Y AXIS]-[NUMBER]       insert a number
check                           validate the table
clear                           clear the table
quit                            leave the game