Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 790 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 790 Bytes

ELEVATOR SIMULATOR

The project presents an elevator simulation made in 2D graphics. The elevator has a limit of 8 people - 600 kg. The passenger weighs 70 kg. By pressing subsequent buttons on individual floors, the elevator serves passengers.

The project was created using C++ and GDI+.

Zrzut ekranu 2023-09-12 111851

Instruction

  • Run the project
  • Press "Draw All" and "Timer On" buttons.
  • By pressing the buttons on individual floors, the elevator is summoned.
  • The elevator with its passengers heads to the target floor

Authors

  • Stanisław Lesner: movement of the elevator and passengers
  • Patrycja Pieńkowska: graphic design, buttons and passenger display