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

Recommended Answers

All 15 Replies

I don't think anyone is going to open an executable uploaded onto a forum. The word 'virus' immediately comes to mind :)

Ye maybe but it's not.

I don't really play sudoku very much but wouldn't it be a little bit frustrating to have to call each spot by row and column?
I would try learning more about programming in the Windows GUI (I myself for example could have programmed a much more user-friendly version without as much effort in JavaScript/HTML which is surprisingly similar and easier to use than C++).
On the other hand, given the environment you are programming for you have done an excellent job.
I am currently stuck on a very complicated C++ program myself

Good job.

I would try learning more about programming in the Windows GUI (I myself for example could have programmed a much more user-friendly version without as much effort in JavaScript/HTML which is surprisingly similar and easier to use than C++).
I am currently stuck on a very complicated C++ program myself

Maybe I could have done something different then coordinates but at that moment of inspiration I felt doing it that way :).

I don't really play sudoku very much but wouldn't it be a little bit frustrating to have to call each spot by row and column?

Maybe, but I believe sudoku is also a game of patient so I don't think it would be that much of a problem.

On the other hand, given the environment you are programming for you have done an excellent job.

Thanks for your feedback :).


Thanks firstPerson too for your feedback =D.

Now try to create a soduko solver, if you dare. (NO cheating).

I'll try I already have an idea :).

Here is my newest SuDoku version with a sudoku puzzle solver. Please tell me what'y think about it :).

-------- HOW TO --------
To use the sudoku puzzle solver:
- When the program asks for the coordinate's letter input an 'X'.


You'll automatically win the game :).

I prefer mine :) Never quite finished it, but I think it was going pretty well.

I prefer mine :) Never quite finished it, but I think it was going pretty well.

Nice your sudoku is really cool :). Good Job!

Nice your sudoku is really cool :). Good Job!

No its not cool, its kewl.

Great suduku. usually I dont play. But this is my first time.

Hmm.. if anybody's interested, here's the source project.

Sir can i see the codes? :)

commented: uh, checked the date on this?\ -3

How can i input to the spesific array?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.