Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 385 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 385 Bytes

ElevatorSimulator

Python console-based elevator simulator

Elevator (elevator.py)

This is the actual elevator object that "moves" and responds to calls.

Controler (controller.py)

This is a controller that accepts and handles elevator calls, deciding which elevator should be allocated to the call.

Interface (interface.py)

This is a GUI between a controller and the user.