This command line program is my final project for C++ programming course at BME, the purpose of it is to simulate traffic at an intersection, showcasing object oriented programming.
- Compile the program with
make
- Run the program with
./traffic_simulator
- Run the test program with
./traffic_simulator [simulation_time] [traffic_intensity]