Skip to content
/ Guide Public
forked from sungpeo/2017Guide

삼성SDS 알고리즘 경진대회 - 스타크래프트 (StarCraft : Broodwar)

License

Notifications You must be signed in to change notification settings

nappps/Guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

중요한 사항

프로젝트 개요

BasicBot 개발 취지 및 특이사항

BasicBot 설치방법

  • master 브랜치를 Clone or download

BasicBot Version

BasicBot API Documentation

상세 설명

Code 폴더 설명

폴더명 설명
C BasicBot 및 TutorialBot 소스코드 C++ 버전
JAVA BasicBot 및 TutorialBot 소스코드 JAVA 버전
docs\C BasicBot API Documentation - C++ 버전
docs\JAVA BasicBot API Documentation - JAVA 버전
Doxygen BasicBot API Documentation 웹사이트 생성 자동화를 위한 Doxygen 설정 파일

BasicBot 디펜던시 및 권장 개발환경 (wiki 에 상세 가이드)

  • StarCraft : Brood War 1.16.1.1

  • C++

    • BWAPI 4.1.2

    • BWTA 2.2

    • Visual Studio 2013

    • 파일 인코딩 : UTF-8 with signature (BOM)

  • JAVA

    • BWMirror 2.5 (BWAPI 4.1.2 및 BWTA 2 가 포함되어 있음)

    • JDK 32bit

    • Eclipse or IntelliJ

    • 파일 인코딩 : UTF-8 without signature (BOM)

BasicBot 개발 History

  • 삼성SDS 알고리즘경진대회 준비 T/F에서 오픈소스 uAlbertaBot, Atlantis, BWSAL 등을 참고하여 BasicBot (C++ 버전 및 JAVA 버전) 을 개발하여 배포함

BasicBot API Documentation 생성 툴

  • Doxygen 1.8.8 을 사용하여 BasicBot API Documentation 웹사이트를 생성하였음

About

삼성SDS 알고리즘 경진대회 - 스타크래프트 (StarCraft : Broodwar)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.1%
  • Java 47.5%
  • CSS 3.1%
  • HTML 0.3%