Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 625 Bytes

File metadata and controls

14 lines (9 loc) · 625 Bytes

MetroSim

Overview:

MetroSim Lite is a simplified metro network simulation program written in C++. Users can interact with a virtual transportation network by adding stations, lines, and trains, toggling line status, advancing simulation time, and viewing train schedules.

The project demonstrates object-oriented design, modular code structure, data structure usage, input validation, and interactive navigation—all aligned with the M08 Final Project requirements.

#Features

  • Add stations, lines, and trains
  • Delete trains
  • Advance system time and update train positions dynamically
  • Toggle lines open or closed