Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 465 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 465 Bytes

Traffic-Simulator

Software Systems Development final project that simulates a traffic intersection. Three types of vehicles are simulated.

To view the simulations follow these steps: (OSX/Linux Systems Only)

  1. Download tarball.
  2. $ tar -xvzf community_images.tar.gz
  3. $ cd cmsc240_s2018_bravo/
  4. $ make
  5. $ ./Simulation
  6. Press Enter to advance the simulation one time step or hold to see the cars at full speed. Exit anytime with Ctrl + C