hedgewars/uAI.pas
author unc0rr
Wed, 14 Jun 2006 15:50:22 +0000
changeset 64 9df467527ae5
parent 53 0e27949850e3
child 66 9643d75baf1e
permissions -rw-r--r--
- Start AI rewrite - Many small changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     1
(*
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     2
 * Hedgewars, a worms-like game
51
b6e3ae05857f - Get rid of hwserv and runhelper
unc0rr
parents: 48
diff changeset
     3
 * Copyright (c) 2005, 2006 Andrey Korotaev <unC0Rr@gmail.com>
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     4
 *
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     5
 * Distributed under the terms of the BSD-modified licence:
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     6
 *
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     7
 * Permission is hereby granted, free of charge, to any person obtaining a copy
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     8
 * of this software and associated documentation files (the "Software"), to deal
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     9
 * with the Software without restriction, including without limitation the
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    10
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    11
 * sell copies of the Software, and to permit persons to whom the Software is
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    12
 * furnished to do so, subject to the following conditions:
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    13
 *
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    14
 * 1. Redistributions of source code must retain the above copyright notice,
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    15
 *    this list of conditions and the following disclaimer.
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    16
 * 2. Redistributions in binary form must reproduce the above copyright notice,
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    17
 *    this list of conditions and the following disclaimer in the documentation
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    18
 *    and/or other materials provided with the distribution.
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    19
 * 3. The name of the author may not be used to endorse or promote products
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    20
 *    derived from this software without specific prior written permission.
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    21
 *
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    22
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    23
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    24
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    25
 * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    26
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    27
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    28
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    29
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    30
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    31
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    32
 *)
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    33
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    34
unit uAI;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    35
interface
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    36
{$INCLUDE options.inc}
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    37
procedure ProcessBot;
64
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    38
procedure FreeActionsList;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    39
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    40
implementation
64
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    41
uses uTeams, uConsts, SDLh, uAIMisc, uGears, uAIAmmoTests, uAIActions, uMisc;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    42
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    43
var Targets: TTargets;
64
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    44
    Actions, BestActions: TActions;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    45
64
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    46
procedure FreeActionsList;
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    47
begin
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    48
BestActions.Count:= 0;
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    49
BestActions.Pos:= 0;
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    50
end;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    51
64
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    52
procedure TestAmmos(Me: PGear);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    53
var MyPoint: TPoint;
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    54
    Time: Longword;
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    55
    Angle, Power, Score: integer;
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    56
    i: integer;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    57
begin
64
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    58
Mypoint.x:= round(Me.X);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    59
Mypoint.y:= round(Me.Y);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    60
for i:= 0 to Pred(Targets.Count) do
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    61
  begin
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    62
  Score:= TestBazooka(MyPoint, Targets.ar[i].Point, Time, Angle, Power);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    63
  if Actions.Score + Score + Targets.ar[i].Score > BestActions.Score then
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    64
   begin
64
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    65
   BestActions:= Actions;
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    66
   inc(BestActions.Score, Score + Targets.ar[i].Score);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    67
   AddAction(BestActions, aia_Weapon, Longword(amBazooka), 500);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    68
   if (Angle > 0) then AddAction(BestActions, aia_LookRight, 0, 200)
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    69
   else if (Angle < 0) then AddAction(BestActions, aia_LookLeft, 0, 200);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    70
   Angle:= integer(Me.Angle) - Abs(Angle);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    71
   if Angle > 0 then
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    72
      begin
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    73
      AddAction(BestActions, aia_Up, aim_push, 500);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    74
      AddAction(BestActions, aia_Up, aim_release, Angle)
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    75
      end else if Angle < 0 then
48
0f396d0c429d - New /skip command
unc0rr
parents: 17
diff changeset
    76
      begin
64
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    77
      AddAction(BestActions, aia_Down, aim_push, 500);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    78
      AddAction(BestActions, aia_Down, aim_release, -Angle)
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    79
      end;
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    80
   AddAction(BestActions, aia_attack, aim_push, 300);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    81
   AddAction(BestActions, aia_attack, aim_release, Power);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    82
   end
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    83
  end
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    84
end;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    85
64
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    86
procedure Walk(Me: PGear);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    87
begin
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    88
TestAmmos(Me)
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    89
end;
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    90
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    91
procedure Think(Me: PGear);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    92
begin
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    93
FillTargets(Targets);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    94
Actions.Score:= 0;
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    95
Actions.Count:= 0;
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    96
Actions.Pos:= 0;
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    97
BestActions.Score:= Low(integer);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    98
if Targets.Count > 0 then
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
    99
   Walk(Me)
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   100
end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   101
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   102
procedure ProcessBot;
64
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
   103
var Me: PGear;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   104
begin
64
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
   105
with CurrentTeam.Hedgehogs[CurrentTeam.CurrHedgehog] do
53
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   106
     if (Gear <> nil)and((Gear.State and gstHHDriven) <> 0) and (TurnTimeLeft < 29990) then
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   107
        begin
64
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
   108
        Me:= CurrentTeam.Hedgehogs[CurrentTeam.CurrHedgehog].Gear;
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
   109
        if BestActions.Count = BestActions.Pos then Think(Me);
9df467527ae5 - Start AI rewrite
unc0rr
parents: 53
diff changeset
   110
        ProcessAction(BestActions, Me)
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   111
        end
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   112
end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   113
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   114
end.