Thread
:
Simple Minesweeper GAME in c
View Single Post
jose_peeterson
Contributor
18Jun2011,12:08
sorry minor changes needed
first UNcomment the welcome(); function
second COmment the " printf("%d %d \n",r,c); " line in the function rand_mines();
here the mine is taken as char '9' and printing the above would reveal the mine positions.