public
Description: A military AI experiment
Homepage: http://www.kindohm.com
Clone URL: git://github.com/kindohm/kindohm-artillery.git
forgot some files
unknown (author)
Mon May 12 13:41:22 -0700 2008
commit  d1b77d82fad2836d06cadff516992e938173860c
tree    29ed89851b698775a62aedb78b22da7feeaa444c
parent  6dde11ac8a690903436eb35ded25fc75dbde89e1
...
15
16
17
 
18
19
20
 
21
22
23
 
24
25
26
...
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
0
@@ -15,12 +15,15 @@ namespace Kindohm.Artillery.Construct
0
             World world = new World();
0
             StationaryDumbGun gun1 = StationaryDumbGun.Create(world);
0
             StationaryDumbGun gun2 = StationaryDumbGun.Create(world);
0
+ StationaryDumbGun gun3 = StationaryDumbGun.Create(world);
0
 
0
             gun1.Position = new Point(1000, 0, 3829);
0
             gun2.Position = new Point(10000, 0, -1602);
0
+ gun3.Position = new Point(-2832, 0, 5827);
0
 
0
             gun1.Name = "Gun 1";
0
             gun2.Name = "Gun 2";
0
+ gun3.Name = "Gun 3";
0
 
0
             while (world.TickObjects.Count > 1)
0
             {
...
9
10
11
12
13
14
15
16
...
31
32
33
34
35
36
37
38
39
40
...
9
10
11
 
 
12
13
14
...
29
30
31
 
 
 
 
32
33
34
0
@@ -9,8 +9,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kindohm.Artillery.Tests", "
0
 EndProject
0
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kindohm.Artillery.Construct", "Kindohm.Artillery.Construct\Kindohm.Artillery.Construct.csproj", "{2E076919-F8D2-460D-9962-4B550136646C}"
0
 EndProject
0
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kindohm.Artillery.Construct3D", "Kindohm.Artillery.Construct3D\Kindohm.Artillery.Construct3D.csproj", "{B68D4AC7-5B33-41A3-BAFA-9B17C7C3467C}"
0
-EndProject
0
 Global
0
   GlobalSection(SolutionConfigurationPlatforms) = preSolution
0
     Debug|Any CPU = Debug|Any CPU
0
@@ -31,10 +29,6 @@ Global
0
     {2E076919-F8D2-460D-9962-4B550136646C}.Debug|Any CPU.Build.0 = Debug|Any CPU
0
     {2E076919-F8D2-460D-9962-4B550136646C}.Release|Any CPU.ActiveCfg = Release|Any CPU
0
     {2E076919-F8D2-460D-9962-4B550136646C}.Release|Any CPU.Build.0 = Release|Any CPU
0
- {B68D4AC7-5B33-41A3-BAFA-9B17C7C3467C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
0
- {B68D4AC7-5B33-41A3-BAFA-9B17C7C3467C}.Debug|Any CPU.Build.0 = Debug|Any CPU
0
- {B68D4AC7-5B33-41A3-BAFA-9B17C7C3467C}.Release|Any CPU.ActiveCfg = Release|Any CPU
0
- {B68D4AC7-5B33-41A3-BAFA-9B17C7C3467C}.Release|Any CPU.Build.0 = Release|Any CPU
0
   EndGlobalSection
0
   GlobalSection(SolutionProperties) = preSolution
0
     HideSolutionNode = FALSE

Comments

    No one has commented yet.