English

A Little Aggression Goes a Long Way

Computer Science and Game Theory 2024-06-11 v1 Data Structures and Algorithms

Abstract

Aggression is a two-player game of troop placement and attack played on a map (modeled as a graph). Players take turns deploying troops on a territory (a vertex on the graph) until they run out. Once all troops are placed, players take turns attacking enemy territories. A territory can be attacked if it has kk troops and there are more than kk enemy troops on adjacent territories. At the end of the game, the player who controls the most territories wins. In the case of a tie, the player with more surviving troops wins. The first player to exhaust their troops in the placement phase leads the attack phase. We study the complexity of the game when the graph along with an assignment of troops and the sequence of attacks planned by the second player. Even in this restrained setting, we show that the problem of determining an optimal sequence of first player moves is NP-complete. We then analyze the game for when the input graph is a matching or a cycle.

Keywords

Cite

@article{arxiv.2406.05742,
  title  = {A Little Aggression Goes a Long Way},
  author = {Jyothi Krishnan and Neeldhara Misra and Saraswati Girish Nanoti},
  journal= {arXiv preprint arXiv:2406.05742},
  year   = {2024}
}

Comments

19 pages, 4 figures; a shorter version was accepted for presentation at COCOON 2025

R2 v1 2026-06-28T16:58:42.117Z