battle-snake / battle_snake

AI Programing Competition Game Server
GNU Affero General Public License v3.0
12 stars 11 forks source link

Overlapping head-on collision detection fix #37

Closed sjmcgrath closed 6 years ago

sjmcgrath commented 6 years ago

This addresses #48.

I couldn't get a local environment running the tests -- I hope I got it right. It does not handle the case of detecting overlapping head-on collisions for snakes with length 1, but that would require significant changes.

sjmcgrath commented 6 years ago

Oops. Realized this is on the old repo. Closing.