Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 509 Bytes

File metadata and controls

14 lines (12 loc) · 509 Bytes

trafficSimulator

A simple traffic simulator C programming coursework focuses on using ansi standard programming principle and fundamentals

#How to Run the Code:

  • On Linux raedy machine,
  • in the folder location,
  • type "compileSim" on the teriminal.
  • Type "runSimulations [1] [2] [3] [4]" where:
  • [1] - left traffic rate
  • [2] - left traffic light period
  • [3] - right traffic rate
  • [4] - right traffic period
  • Follow the instructures & messages from the program prompt to run the program soomthly.