Skip to content

🚦 🚗 A traffic simulation in which vehicles are moving along streets and are crossing intersections.

Notifications You must be signed in to change notification settings

Agnieszka1994/Traffic-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic Simulation

img

This repo contains the final project of the Udacity concurrent programming course.

The purpose of this project was to develop a traffic simulation in which vehicles are moving along streets and are crossing intersections. The last phase was to equip each section with traffic lights and to build a suitable and thread-safe communication protocol between vehicles and intersections to complete the simulation.

Requirements

  • compiler support for C++17 (gcc/g++ >= 5.4).
  • cmake >= 3.11
  • make >= 4.1 (Linux, Mac), 3.81 (Windows)
  • OpenCV library => 4.1

Get started

git clone https://github.com/Agnieszka1994/Traffic-Simulation
cd Traffic-Simulation/
mkdir build && cd build/
cmake ..
make

About

🚦 🚗 A traffic simulation in which vehicles are moving along streets and are crossing intersections.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages