Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 496 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 496 Bytes

Road_Traffic_Simulation

Description

The project shows the simulation of movement of vehicles on the road. The movement of vehicles are controlled by letting the vehicle move and halt using the traffic signals whenever it is necessary. This simulation shows how traffic signals can be used to reduce the risk of accidents in high traffic area.

Installation

  • Install glut library.
  • Install g++ compiler.

Execution

  • Use the command g++ road_Traffic.c -lGL -lGLU -lglut to run.