mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 12:12:00 +03:00
433 B
433 B
Lane-changing
Ah, this bundle of joy.
Steps:
- query to know when is it safe (similar to spawn checking)
- the state to execute it (and assert it completes in time)
- the modifications to lookahead
- change pathfinding to understand new movements
- how many LCs can be done on one road?
- how to render it?
- decide if LCing can ever fail (or if cars will just stop and wait to merge)
- change what turns are initially created