g-bright / cs-minesweepers

A console-based minesweeper game made purely to learn C#, still has a couple bugs and the code is untidy and poorly written.
1 stars 2 forks source link

No validation on the numerical inputs #1

Closed g-bright closed 3 years ago

g-bright commented 3 years ago

the game will crash when a non-numerical/erroneous input is read when setting the x and y and on the grid size. Can be fixed easily with some really basic numerical validation.

wbalbo commented 3 years ago

Hi, I'll work on this!

wbalbo commented 3 years ago

Done!