Isoldhe / Battleship

Battleship game in C#
0 stars 1 forks source link

Recovery from Array-out-of-bounds exceptions #6

Closed Atrixsanna closed 5 years ago

Atrixsanna commented 5 years ago

Global try-catch that will do a call to ResetView and RefreshBattlefield to attempt to recover from a player manually resizing their window and then moving the cursor out of bounds.

Atrixsanna commented 5 years ago

Marking this issue as invalid for now, since it shouldn't be a problem with the new display class.