Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 768 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 768 Bytes

Lambdanaut (Starcraft 2 Bot)

This is a StarCraft 2 bot coded using python-sc2 that has the ability to integrate with the LadderManager so that it can run against other bots on the SC2 AI Ladder.

This bot can be run either locally against a computer opponent, or through the LadderManager. The file "run.py" is used for both variants, which loads Lambdanaut-sc2 from lambdanaut/bot.py, and starts the appropriate game type.

Requirements