k0b22s / mineSweeper

Basic minesweeper in python
0 stars 0 forks source link

added section for user input as well as comments #3

Closed k0b22s closed 1 year ago

k0b22s commented 1 year ago

In the following code, I have altered the minesweeper program to take user input and then print the mine and the coordinates that the user selected. I also updated the block comments.