This project simulates elevators in a building. The project is divided into two parts, the Server part that manipulates objects and the Client part that draws them in real time.
https://app.creately.com/d/XYkWBnkDy0x/view
Download source files.
git clone https://github.com/ranz7/Elevator.git # install
cd ./Elevator
chmod +x prepare_env.sh
./prepare_env.sh
if you don't have git, just download source from this page.
To build and run project u can either use gradle (if u have installed one)
./gradlew :app:build
./gradlew :app:run
./gradlew :window:build
./gradlew :window:run
If it cant find jdk 17 u can add flag -Dorg.gradle.java.home="PATH_TO/openjdk-17.0.2"