C# Elevator Simulator

This university project consisted of designing and developing a simplistic C# elevator program. The simulator was accompanied by a GUI (see above) that allowed the user to interact with the elevator in different ways. Creating the interface sparked my creativity presenting an opportunity to combine both coding and more imaginative elements of software development. Once the user had interacted with the elevator, the action was recorded to a backend MySQL database which can be seen as a log within the program.

The project’s source code is available on my GitHub repository.

Description