From d725372ffb6ddd4692e714915c032c4bc677efb5 Mon Sep 17 00:00:00 2001 From: Brady Bodily Date: Thu, 10 Dec 2020 20:34:45 -0700 Subject: [PATCH] Maps are more generic as well as cells. --- .../.idea/contentModel.xml | 4 + .../.idea.RobotIntelFinal/.idea/workspace.xml | 146 ++++++++++-------- ConsoleApp/Maps/HexCell.cs | 12 +- ConsoleApp/Maps/HexMap.cs | 8 +- ConsoleApp/Maps/ICell.cs | 4 +- ConsoleApp/Maps/IHexMap.cs | 2 +- ConsoleApp/Maps/IMap.cs | 2 +- ConsoleApp/Maps/IMapFactory.cs | 3 +- ConsoleApp/Maps/ISquareCell.cs | 4 +- ConsoleApp/Maps/ISquareMap.cs | 2 +- ConsoleApp/Maps/MapFactory.cs | 14 +- ConsoleApp/Maps/SquareCell.cs | 2 + ConsoleApp/Maps/SquareMap.cs | 10 +- ConsoleApp/SimRunner.cs | 2 +- 14 files changed, 121 insertions(+), 94 deletions(-) diff --git a/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml b/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml index 9a12573..1a4249f 100644 --- a/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml +++ b/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml @@ -11,10 +11,14 @@ + + + + diff --git a/.idea/.idea.RobotIntelFinal/.idea/workspace.xml b/.idea/.idea.RobotIntelFinal/.idea/workspace.xml index 9400087..5c35923 100644 --- a/.idea/.idea.RobotIntelFinal/.idea/workspace.xml +++ b/.idea/.idea.RobotIntelFinal/.idea/workspace.xml @@ -15,14 +15,19 @@ + - + + + + + + + + - - - @@ -82,6 +93,7 @@ + @@ -134,7 +146,7 @@ - + @@ -159,101 +171,101 @@