simple 3x3 guessing game

hi, i'm trying to make a guessing game that is on a 3x3 grid.

the grid has numbers 1-9 placed randomly on it, but the user can't see this as they are covered by question marks '?'

The aim is for the user guess the correct numbers.
if the user guesses correctly the '?' is unmasked and it displays the correct number
if the user guesses incorrectly they have another attempt to guess

the game should display like this:

???
???
???

Please enter the row to check (1-3):


please can you tell me how to go about making the game.
thanks
Last edited on
It is the compiler that reports why it can not compile your code. We are not your compiler.
Last edited on
Topic archived. No new replies allowed.