mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2024-11-10 23:36:33 +03:00
.. | ||
elevator.py | ||
README.md |
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