https://github.com/mbn-code/intelligent-traffic
https://github.com/mbn-code/intelligent-traffic
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mbn-code/intelligent-traffic
- Owner: mbn-code
- Created: 2025-01-15T08:19:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T18:20:14.000Z (4 months ago)
- Last Synced: 2025-02-16T19:26:17.652Z (4 months ago)
- Language: C#
- Size: 15.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intelligent Traffic
https://github.com/user-attachments/assets/f650a00f-ed4d-4457-a8a9-9635fb1fbb45
Car simulation for a school project.
Each car will spawn in a lane that is not occupied, the first car will get a green light and the others will wait if its being occupied by another car. If nothing is occupied it will just be given a green light.
This is an example of a "intelligent" lightning system for traffic, where instead of the lights being time based, they will update based on cars coming to minimize the time spend waiting for red lights and ex polluting the enviorment while the car is at a hold.