Skip to content

Installation

There are a number of ways to obtain the game:

  • Install via pip:
pip install pybattletank

Then, run the game:

pybattletank

or:

python -m pybattletank
  • Run without installation using uv:
uvx pybattletank
  • Grab the binary for your operating system from the releases page.