Hi everyone!
I created a Sudoku game and want to share it with all of you so you can tell me what'y think about it :). I've got 1 year of C++ experience.
Game is based on coordinates to put the numbers.
--------------------------- List of Commands: ---------------------------
When asked to type the letter of the coordinate:
A,B,C,D,E,F,G,H,I -> Letters used for coordinates
S "namefile" -> Save file Current Game (Name of file without the quotes)
L "namefile" -> Load file (Name of file without the quotes)
R -> Refresh (Update the screen with new numbers randomly)
When asked to type the number of the coordinate:
1,2,3,4,5,6,7,8,9 -> Numbers used for coordinates
When asked to type Add or Eliminate:
A -> To add new number to the current coordinates
E -> To delete number on the current coordinates
When asked to type Number (If Add was chosen):
1,2,3,4,5,6,7,8,9