CTFTNKS Project Documentation - v1.3.0
    Preparing search index...

    Handles the automatic steering logic for a bot player.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    goto: Coord | null = null

    Methods

    • Decides and performs the next action for the bot.

      Parameters

      • tank: Tank

        The tank to be steered.

      • game: Game

        The game in which the tank lives.

      • dt: number

        The time elapsed since the last frame in milliseconds.

      Returns void