CodingTrain / Suggestion-Box

A repo to track ideas for topics
571 stars 86 forks source link

Traffic Simulation Challenge #471

Open mattbolt opened 7 years ago

mattbolt commented 7 years ago

I would love to see you work on a script that generates random roads and simulates traffic driving on them. In particular working out how to handle intersections, and how to make cars not collide with each other / take turns / change lanes / path find their way to a random location.

mattbolt commented 7 years ago

Further thought seems like this would touch on many of the topics you've covered before and bring them together. Pathfinding, Swarms, Attraction/Repulsion, Steering etc...

I found this interesting project online - walking through a solution that could do something similar would be a great video series to watch ... http://volkhin.com/RoadTrafficSimulator/

Camto commented 7 years ago

That would look cool and doesn't sound too hard for processing...