TODO , FIXME, BUG Comments - manjil21/Battleships GitHub Wiki
BUGS
- When clicking on a tile, the ship is spawned three tiles below the clicked tile. //FIXED by Azat
- Bug when clicking on the vertical/horizontal ship deployment. //FIXED by Azat
FIXME
- In GameResources.cs, line 317 there is a memory access violation, therefore the function has been commented out.
TODO
- In GameResources.cs, PlaySwinGameIntro(), remove the old intro and add the new SwinGame intro
- In AIHardPlayer.cs, ProcessDestroy(), there is a TODO comment on line 222 that indicates that code is not correct. Must be checked.