-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ships not checking potential moves by other ships #50
Comments
Okay so it looks like we've implemented the potential collision detection in |
Places where
|
…this feature should be done (hopefully)!
NOTE: There may be instances where there is double processing of safe directions to move; I don't think that this will cause any real issues at this point, however. We've got plenty of processing time to burn here. |
Collisions are still happening, although it appears to be happening much less frequently. I think it'd be a good idea to check |
This may have just been finally fixed up by the last commit made en route to #59. |
Welp, it was not just fixed; there are still collisions taking place between my own ships under control of this bot at times. Something still isn't being done right... |
Collisions are still happening; this hasn't been implemented in all places yet. Make sure that potential moves are being stored in the appropriate array, checked, and other moves being selected if applicable. Also make sure that the array will be wiped at the end of each turn.
The text was updated successfully, but these errors were encountered: