Name: Anonymous 2012-01-11 9:37
But it's worth a shot because one of you might be fucking bored.
I'm trying to make a game in C++ (don't argue, only language I can use).
3x3 grid, unique numbers in each one, user cannot see the answers, user need to guess the numbers in like 20 guesses.
I managed to make an array, but that is about it. I figure 3 arrays need to be made for the display - input - answer.
Any help would be appreciated.
I'm trying to make a game in C++ (don't argue, only language I can use).
3x3 grid, unique numbers in each one, user cannot see the answers, user need to guess the numbers in like 20 guesses.
I managed to make an array, but that is about it. I figure 3 arrays need to be made for the display - input - answer.
Any help would be appreciated.