Designing a mastermind game

I'm designing a mastermind game,i'm having trouble desinging the game board. I'd like the game board to be 4 columns and 8 rows. I have the game working so far but i'd like to transfer what i have into a game board. Any suggestions?
some_type board[8][4]; Though you might find a 1d array more comfortable. What problems are you having.
Topic archived. No new replies allowed.