C++/game
Expert: Zlatko - 2/1/2011
Questiongreetings!
i would like to inquire if my design on my game is correct,i am implementing a user profile, but due to technical difficulties everytime i would save the scores of my game it would always ask to which user profile would it go,do you think it is allowable for my software to do that?or is my design wrong in the sense that it will not pass consumer satisfaction?or do you find my design weird? Thank you very much.
AnswerHello Kim
Here is what I think.
When the game starts, I suppose it will ask for a user profile to load. By default I would expect the save to happen to the same profile, without asking. If the game was started without a profile, then the game should ask for a profile name to save to. The user should have a "save as" option too.
I hope that helps.
Best regards
Zlatko