Collision occurs between tiles, tees, and projectiles in the world.
Imagine each tile being made up of a matrix of smaller, sub-squares. Each of these sub-squares represents a single, unique position that a tee can occupy at any given time, with one sub-square representing a possible center of a tee's position.
One tile in the world has a widt...