scripts/other/elevator
2023-03-16 13:44:17 +03:00
..
elevator.py added elevator script 2023-03-16 13:44:17 +03:00
README.md added elevator script 2023-03-16 13:44:17 +03:00

Elevator

mini script to simulate elevator, moving between floors, has a fancy output to shell

can be used as task for technical interview(write custom sorting algorithm to boost elevator speed, etc)

Run

$ python3 elevator.py

TODO:

  • add passenger via class(for such properties like time)
  • make time step more ideal