Issue: Students are late for their classes in the mornings
Research:
- There are sections of the dropoff zone that are not properly utilized.
- There is a specific section of the dropoff zone that is most appealing.
Goals:
- Analyze how the traffic flows every morning through different time periods.
- Model current traffic flow with Python (PyGame)
- Create different models to try and optimize traffic flow.
Features:
- cars can detect, accelerate, dropoff/change color, random spawn with space between each other, and delete self
- pedestrians are able to detect objects in front, green color, spawn randomly in 3 points, and move/delete self