Skip to content

mamcclellan/ElevatorSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elevator Simulator

This is a simple simulator that creates a building with a user-specified number of floors and elevators, and then creates a user-specified number of random people per minute for a certain number of minutes for the elevators to take to their destinations. There is a simple GUI for the user to specify simulation inputs. Once the user hits start, the events appear as simple timestamped text notifications in the Standard Output as they occur.

This is not a demonstration of algorithms like many other identically-named projects on Github; my elevator algorithm is a mess and I'm surprised it works. This is much more of a demonstration of thread management in Java.

Getting Started

Pull into your favorite Java IDE and run from there.

Prerequisites

Java SDK and JDK 8

Built With

  • NetBeans
  • Java 8
  • JavaFX

Authors

  • Michael McClellan

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages