Skip to content

ranz7/Elevator

Repository files navigation

Elevator Emulator Hits

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


Install

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.


Gradle Build / Run local

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"


Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages