English

Experiments with Game Tree Search in Real-Time Strategy Games

Artificial Intelligence 2012-08-14 v1 Computer Science and Game Theory

Abstract

Game tree search algorithms such as minimax have been used with enormous success in turn-based adversarial games such as Chess or Checkers. However, such algorithms cannot be directly applied to real-time strategy (RTS) games because a number of reasons. For example, minimax assumes a turn-taking game mechanics, not present in RTS games. In this paper we present RTMM, a real-time variant of the standard minimax algorithm, and discuss its applicability in the context of RTS games. We discuss its strengths and weaknesses, and evaluate it in two real-time games.

Keywords

Cite

@article{arxiv.1208.1940,
  title  = {Experiments with Game Tree Search in Real-Time Strategy Games},
  author = {Santiago Ontanon},
  journal= {arXiv preprint arXiv:1208.1940},
  year   = {2012}
}

Comments

7 pages, 1 figure

R2 v1 2026-06-21T21:48:28.240Z