This project simulates a dynamic two-way traffic intersection with autonomous vehicles and independently controlled lights. Users can spawn vehicles at entry points, each following traffic rules. Built in Rust, the simulation aims to visualize flow, manage congestion, and prevent collisions interactively.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
1
commits
Update README.md: Enhance project description, features, and usage instructions
bf4a980View on GitHubMerge initial implementation of road intersection simulation
db7232aView on GitHubEnhance main.rs: Add controls for pause/resume, debug mode, and speed adjustment
dc9f405View on GitHubEnhance code clarity by adding comments for TrafficLightState and TrafficLight struct in traffic_light.rs
a673464View on GitHubRefactor vehicle.rs: Remove unused methods and enhance comments for clarity
c4a037dView on GitHubEnhance code clarity by reorganizing comments and adding missing descriptions in intersection.rs
f9df772View on GitHubReorganize comments in constants.rs for improved clarity
8183422View on GitHubRemove unnecessary comments in intersection.rs for improved clarity
d73f12fView on GitHubRemove unnecessary comments in vehicle.rs for improved clarity
7dc2c74View on GitHubRemove unnecessary comments from traffic_light.rs for improved clarity
a41a271View on GitHubRemove unnecessary comments and enhance code clarity in main.rs
0daf271View on GitHub