From d63066c150b308c8bfc2c9e8cd16df3d449a13da Mon Sep 17 00:00:00 2001 From: Brady Bodily Date: Mon, 14 Dec 2020 16:08:59 -0700 Subject: [PATCH] Backup Working through some localization stuff will probably be pretty fluid. --- .../.idea/contentModel.xml | 11 +- .idea/.idea.RobotIntelFinal/.idea/modules.xml | 2 +- .../.idea.RobotIntelFinal/.idea/workspace.xml | 205 +++--------------- ConsoleApp/ConsoleApp.csproj | 8 + ConsoleApp/IVehicle.cs | 9 +- ConsoleApp/Maps/Cell.cs | 23 ++ ConsoleApp/Maps/Heading.cs | 32 ++- ConsoleApp/Maps/HexCell.cs | 20 -- ConsoleApp/Maps/HexMap.cs | 26 ++- ConsoleApp/Maps/IHexCell.cs | 7 - ConsoleApp/Maps/IMap.cs | 4 + ConsoleApp/Maps/IMapFactory.cs | 1 + ConsoleApp/Maps/ISquareCell.cs | 8 - ConsoleApp/Maps/MapFactory.cs | 4 +- ConsoleApp/Maps/SquareCell.cs | 16 -- ConsoleApp/Maps/SquareMap.cs | 17 +- ConsoleApp/SimRunner.cs | 48 ++++ ConsoleApp/Vehicle.cs | 13 +- RobotIntelFinal.sln.DotSettings.user | 3 +- 19 files changed, 199 insertions(+), 258 deletions(-) create mode 100644 ConsoleApp/Maps/Cell.cs delete mode 100644 ConsoleApp/Maps/HexCell.cs delete mode 100644 ConsoleApp/Maps/IHexCell.cs delete mode 100644 ConsoleApp/Maps/ISquareCell.cs delete mode 100644 ConsoleApp/Maps/SquareCell.cs diff --git a/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml b/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml index 64afb13..5a947e0 100644 --- a/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml +++ b/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml @@ -14,23 +14,20 @@ + - - - - - + @@ -46,7 +43,7 @@ - - + + \ No newline at end of file diff --git a/.idea/.idea.RobotIntelFinal/.idea/modules.xml b/.idea/.idea.RobotIntelFinal/.idea/modules.xml index d3cdc38..3bdf19a 100644 --- a/.idea/.idea.RobotIntelFinal/.idea/modules.xml +++ b/.idea/.idea.RobotIntelFinal/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/.idea/.idea.RobotIntelFinal/.idea/workspace.xml b/.idea/.idea.RobotIntelFinal/.idea/workspace.xml index 976b0fd..054c27e 100644 --- a/.idea/.idea.RobotIntelFinal/.idea/workspace.xml +++ b/.idea/.idea.RobotIntelFinal/.idea/workspace.xml @@ -4,6 +4,9 @@ Simulator/Simulator.csproj ConsoleApp/ConsoleApp.csproj + + @@ -15,17 +18,24 @@ - - - - - - + - + + + + + + + + + + + + +