Command line interface in which the user can create, join and interact with logic gates
This project was my first real fuoray into OOP and git using Github.
The Project focused on allowing the user to create and join logic gates to create complex logic circuits.
This was done using OOP pronciples by createing an abstract gate class and inheriting from it to create the different types of gates.
This allows for easy use and optimal code reuse.