2024-05-23 08-55-05
Today I implemented the path locking system allowing car merging into one lane without crashing into each other.
Each car needs to propose its intent, and a god (temporarily called schedule_intents) will review each intent, and approve, trim, or reject them.
This implementation is a little bit naive and only scheduling by priorities.
Here's the simplied psuedocode for those systems: