Minesweeper : This question is expected to be quite time-consuming. You may consider skipping it if you don’t have enough time.
Write a program that let you play customized minesweeper. The program will first let user enter a number N, and then a map in N * N size will be created. Also, N mines will be randomly spreaded on the map.
Comments
Leave a comment