summaryrefslogtreecommitdiff
path: root/Entelect.BattleCity.Challenge/Entelect.BattleCity.Challenge.csproj
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@entelect.co.za>2013-11-10 20:35:42 +0200
committerJustin Worthe <justin.worthe@entelect.co.za>2013-11-10 20:35:42 +0200
commita0c4a6c45fc425e5957b3f838155e4a93c73c269 (patch)
tree2e1dae428c9e41da10142f65130b340f3ec22dc4 /Entelect.BattleCity.Challenge/Entelect.BattleCity.Challenge.csproj
parentcaed4974a949c43b7dbcc8dbc545189aab710919 (diff)
Experimental new method of going straight to center and then shooting forwards
Does not really work on the map it was intended for :( Still, might be useful.
Diffstat (limited to 'Entelect.BattleCity.Challenge/Entelect.BattleCity.Challenge.csproj')
-rw-r--r--Entelect.BattleCity.Challenge/Entelect.BattleCity.Challenge.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Entelect.BattleCity.Challenge/Entelect.BattleCity.Challenge.csproj b/Entelect.BattleCity.Challenge/Entelect.BattleCity.Challenge.csproj
index 74f95c6..0a8cb97 100644
--- a/Entelect.BattleCity.Challenge/Entelect.BattleCity.Challenge.csproj
+++ b/Entelect.BattleCity.Challenge/Entelect.BattleCity.Challenge.csproj
@@ -44,6 +44,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="AiAgent.cs" />
+ <Compile Include="BoardCell.cs" />
<Compile Include="GameInProgress.cs" />
<Compile Include="Move.cs" />
<Compile Include="Program.cs" />