Skip to content

QLucia/ualbertabot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AKBot - StarCraft AI Competition Bot

This bot based on the original UAlberta Bot written by David Churchill ([email protected])

Author: Andrey Kurdyumov ([email protected])

Dependencies

For mamaging dependencies used vcpkg

# install dependencies
vcpkg install boost
vcpkg install boost-di

This is additional dependencies to Dave Churchill's bot.

How to build

For testing locally you need only VS2017, for these you should use Debug and Release solution configuration. If you want made submission to SSCAIT, you have to install VS2013 Update 5 from https://www.visualstudio.com/vs/older-downloads/. Community version should be enough for building. To make install minimal, you could uncheck all ceckboxes in the installer.

For actual building go to UAlbertaBot\VisualStudio and open UAlbertaBot.sln

Documentation

Please check out the Wiki for full instructions and documentation!

Packages

No packages published

Languages

  • C++ 98.3%
  • HTML 1.2%
  • C 0.5%
  • Makefile 0.0%
  • Batchfile 0.0%
  • QMake 0.0%