Skip to content

Vilsepi/sc2-botto

Repository files navigation

Botto, a StarCraft 2 bot

Build Status

This bot plays StarCraft 2.

Prerequisites

  • StarCraft 2 (tested on Windows 5.0.4)
  • Some maps (tested on Ladder 2017 Season 1 & 2)
  • Python 3 (tested on 3.9.0)

Install dependencies (installing and enabling a virtualenv is strongly encouraged):

pip install -r requirements.txt

Running the bot

./run.sh

Developing the bot

Install pre-commit hooks:

pre-commit install

Reference for developing a bot