TODO , FIXME, BUG Comments - manjil21/Battleships GitHub Wiki

BUGS

  1. When clicking on a tile, the ship is spawned three tiles below the clicked tile. //FIXED by Azat
  2. Bug when clicking on the vertical/horizontal ship deployment. //FIXED by Azat

FIXME

  1. In GameResources.cs, line 317 there is a memory access violation, therefore the function has been commented out.

TODO

  1. In GameResources.cs, PlaySwinGameIntro(), remove the old intro and add the new SwinGame intro
  2. In AIHardPlayer.cs, ProcessDestroy(), there is a TODO comment on line 222 that indicates that code is not correct. Must be checked.