Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

aatkin/team-6pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A bot template for python-sc2

Used by Dentosal/sc2-bot-match-runner

Setup

You'll need Python 3.6 or newer.

  1. Change the name and race of your bot from botinfo.json
  2. Install the SC2 Python API: pip3 install --user --upgrade sc2.
  3. Try it: python3 run_locally.py
  4. Start coding!

Starting points:

  • Python SC2 API docs, check out the Wiki!
  • Your bot code goes to bot/main.py
  • You can modify the run_locally.py starter script to your liking
  • Do not modify start_bot.py which is used by the competition runner scripts

About

SC2 zerg AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages