Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 255 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 255 Bytes

Lift

A lift simulation using threads

This is a simple lift/elevator simulation, this was made to just practice how to use threads in java. It is pretty fun to watch the elevator go up and down. The elevator and the persons are all individual threads.