From 00444fbba9a1fbf946ae61586c3d76823a48b05e Mon Sep 17 00:00:00 2001 From: Brady Bodily Date: Tue, 15 Dec 2020 00:37:47 -0700 Subject: [PATCH] Cleaned up some files --- .../.idea/contentModel.xml | 1 - .../.idea.RobotIntelFinal/.idea/workspace.xml | 49 ++++++++----------- ConsoleApp/IVehicle.cs | 2 +- ConsoleApp/Maps/HexMap.cs | 49 ++++--------------- ConsoleApp/Maps/IHexMap.cs | 6 ++- ConsoleApp/Maps/IMap.cs | 16 ------ ConsoleApp/Maps/IMapFactory.cs | 3 +- ConsoleApp/Maps/ISquareMap.cs | 13 ++++- ConsoleApp/Maps/MapFactory.cs | 17 +++++-- ConsoleApp/Maps/SquareMap.cs | 27 +++++----- ConsoleApp/PathPlanners/IPathPlanner.cs | 2 +- ConsoleApp/PathPlanners/PathPlanner.cs | 16 +++--- ConsoleApp/Program.cs | 1 + ConsoleApp/SimRunner.cs | 11 +++-- ConsoleApp/UserConsole.cs | 2 - ConsoleApp/Vehicle.cs | 2 +- 16 files changed, 93 insertions(+), 124 deletions(-) delete mode 100644 ConsoleApp/Maps/IMap.cs diff --git a/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml b/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml index e2c567b..d36be7c 100644 --- a/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml +++ b/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml @@ -20,7 +20,6 @@ - diff --git a/.idea/.idea.RobotIntelFinal/.idea/workspace.xml b/.idea/.idea.RobotIntelFinal/.idea/workspace.xml index ba7d1e4..e89dcd6 100644 --- a/.idea/.idea.RobotIntelFinal/.idea/workspace.xml +++ b/.idea/.idea.RobotIntelFinal/.idea/workspace.xml @@ -18,19 +18,19 @@ - - - - - - + - - + + + + + - + + + @@ -157,7 +163,7 @@ - + @@ -189,27 +195,14 @@ 34 - -