Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 313 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 313 Bytes

Elevator

Elevator simulation using SimPy and PyGame using python3 Quick script I made a while ago to use simpy and Pygame in conjuction with simpy for visualization of data

Need to install pygame and simpy before running. Install by running pip install pygame and pip install simpy