Collision detection algorithms

Sweep-and-prune is my go-to algorithm when I want to quickly implement collision detection for a game. - article

Written on August 24, 2024, Last update on August 24, 2024
algorithm collision codingame blog-code