EntelectChallenge / 2017-Battleships

MIT License
22 stars 31 forks source link

Fix for special shots #47

Closed Delraich closed 7 years ago

Delraich commented 7 years ago

Fixed corner shot and cross shots. Previous pull request I forgot to fix the cross shot that had the same issue as corner shot. Should be all fixed now. Also includes a fix for when seeker missile would miss completely, that the shot was not processed (exception was thrown). (Thanks to Justin Worthe for suggesting a simpler solution).