cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Designing a mastermind game
Designing a mastermind game
May 10, 2011 at 1:57pm UTC
soublaze131
(1)
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?
May 10, 2011 at 2:21pm UTC
hamsterman
(4538)
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.