This project uses a quadtree to store rectangles. Commands to execute are read from a .cmmd file that stores commands to execute in a plain text semicolon delimited format.
This project interfaces to the user through a command line interface (CLI). the application can be run using:
dotnet run <path to cmmd file>Alternatively, the unit tests can be ran using:
dotnet test