Tollgate

Simulation

Description

A simple simulation of a tollgate system using C# Windows Forms. Values such as the fees, pay time, and range are adjustable. There is an option to speed up or slow down the simulation. There are three types of vehicles in here: Class 1, Class 2, and Class 3. Class 1 and Class 2 vehicles can go through either of the first four tellers while Class 3 vehicles can only pass through the last two tellers. The most important part I learned how to do here is making a shortest path algorithm that lets a car choose which operational teller has the least pending cars.

Technologies
Tollgate Main UI
Main UI
Tollgate Simulating
Simulating
Tollgate Total Profit
Total Profit
← Back to Desktop