sudoku in C !!!
|
|||
|
Rank: ? (1)
Member #: 26918 |
hi.. my teacher wants me to write a sudoku game in C.But i don't know how to create it.i dont have any idea about it
1.player shall be able to list his games 2.player shall be able to save his games,open them,play them and sava again 3.player shall be able to add a new game 4.player shall be able delete his previous games these are requriments.i dont want you to write program of course |
||
|
|||
|
|||
|
Rank: ? (767)
Member #: 11085 |
All you need to do is read games in from a file. If you only want to use one file, so you don't have to deal with directory reading, I suggest XML which can very easily be parsed with the TinyXML library.
- relpats_eht
|
||
|
|||
|
|||
|
Rank: ? (22)
Member #: 26975 |
Are you trying to write it only using c++?
|
||
|
|||
|
|||
|
Rank: ? (1)
Member #: 29379 |
hello, i'm a new member!! I have to write the game sudoku in C. Does anyone of you have the source file of the game so i can
get any idea of how to do it..... Any answer is acceptable!!! thanks a lot! |
||
|
|||
|
|||
|
Rank: ? (767)
Member #: 11085 |
I don't have any source files for a Sodoku game in C; however, Google most likely has some indexed.
- relpats_eht
|
||
|
Please login or register to post a reply.