Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 898 Bytes

File metadata and controls

26 lines (19 loc) · 898 Bytes

Traffic-Simulator

An OpenGL C++ project which simulate a daily traffic and your car which has implemented an overtaking system and a cruise control system.

Little description

  • Player's car has an AI which scans all other cars around it and gets decisions about what to do to maintain as much as possible the speed for user data input
  • Add cars on the road by mouse and keyboard input
  • Set manually the speed of the player (if it has to change your input after because a collision will conflict the player, it will do)
  • Informations about current player's decision, data scanned by sensors and other parameters for user interests will also be displayed

Requirements

sudo apt-get install freeglut3 freeglut3-dev
sudo apt-get install libsoil-dev
sudo apt-get install libglew-dev

Usage

make
./Traffic_Simulator.out

Have fun!