Implementation of the simple elevator system in Java. The system is using algorithm FCFS(first come, first serve). Every elevator executes max one order at the same time.
- Download repo
- Install openjdk 16.0.2 and gradle 7.4
- Open build.gradle
- Enter your personal args(no_elevators, no_steps, max_new_pickups_for_one_step) in "run"
- Open console and go to project's path
- Enter command:
a) for linux/mac: ./gradlew run
b) for windows: gradlew run