For my capstone project, I'm trying to build a simulation of a drive-thru. This model wouldn't be agent-based, it would only need to show a few things like the average drive-thru time and show how long the line is and so on. I want to watch the simulation update in real-time as well. I was mostly hoping to recreate something like NetLogo inside of Python. Any ideas on how I could do this?
Another big bonus would be the ability to make my simulation easily accessible without having to download python or another programming language.
Thank you!
CodePudding user response:
