hi people. I have just got some questions do do for my course. i am a bit stuck is there any one out there that can help me. The proble is that i have to create a minesweeper game that does the follows -
1.The playing area is a line of 26 squares
2. the squares are labelled A to Z
3.Ten mines are randomly placed in the squares in one group of three adjacent mines, two gruops of two adjacent mines and three single mines
4.None of the groups of mines, or single mines, may be immediatley adjacent to each other
5. the game begins by displaying a line containing the letters labeling the squares
6. the player selects the square by typing in the letter and pressing the return key
7.if the player selects a letter containing a mine the game is lost
THE ABOVE IS JUST PART OF THE PRBLEM CAN SOME ONE PLEASE LET ME KNOW HOW 2 GO ABOUT 2 DO THIS OR EVEN THE THEY WANT CAN GIVE ME SOME SOURCE CODE
PS THE GAMES HAS TO BE DONE AS A WINDOWS CONSOLE APPLICATION when choosing the type of project
thank alot
1.The playing area is a line of 26 squares
2. the squares are labelled A to Z
3.Ten mines are randomly placed in the squares in one group of three adjacent mines, two gruops of two adjacent mines and three single mines
4.None of the groups of mines, or single mines, may be immediatley adjacent to each other
5. the game begins by displaying a line containing the letters labeling the squares
6. the player selects the square by typing in the letter and pressing the return key
7.if the player selects a letter containing a mine the game is lost
THE ABOVE IS JUST PART OF THE PRBLEM CAN SOME ONE PLEASE LET ME KNOW HOW 2 GO ABOUT 2 DO THIS OR EVEN THE THEY WANT CAN GIVE ME SOME SOURCE CODE
PS THE GAMES HAS TO BE DONE AS A WINDOWS CONSOLE APPLICATION when choosing the type of project
thank alot