JGMEYER / py-traffic-sim

A fun program to simulate vehicle traffic patterns in python
0 stars 1 forks source link

Vehicle collision detection #5

Closed JGMEYER closed 4 years ago

JGMEYER commented 4 years ago

For cars to wait behind other cars when at an intersection.

JGMEYER commented 4 years ago

For now I'm going to attempt something simple like: https://gamedev.stackexchange.com/questions/39931/fast-accurate-2d-collision

JGMEYER commented 4 years ago

Broke this down into #21 and #22.