Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.37 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.37 KB

Concurrent Traffic Simulation

A multithreaded traffic simulator using a real urban map. Running each vehicle on a separate thread, and manage intersections to facilitate traffic flow and avoid collisions. This is my 4th project in the Udacity C++ Nanodegree Program: Concurrency.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./traffic_simulation.