# LaserTank is NP-complete

**Authors:** Per Alexandersson, Petter Restadh

arXiv: 1908.05966 · 2020-04-21

## TL;DR

This paper proves that the puzzle game LaserTank is NP-complete, even under simplified conditions, by reducing 3-SAT problems to LaserTank puzzles, highlighting its computational complexity.

## Contribution

It demonstrates NP-completeness of LaserTank with restricted movement and block types through a reduction from 3-SAT, establishing its computational difficulty.

## Key findings

- LaserTank is NP-complete under restricted conditions
- Reduction from 3-SAT to LaserTank puzzles
- Complexity persists even with simplified game rules

## Abstract

We show that the classical game LaserTank is $\mathrm{NP}$-complete, even when the tank movement is restricted to a single column and the only blocks appearing on the board are mirrors and solid blocks. We show this by reducing $3$-SAT instances to LaserTank puzzles.

---
Source: https://tomesphere.com/paper/1908.05966