Skip to content

yeungegs/botbier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Holberton logo

Botbier

End of term project for Holberton School

Author: Elaine Yeung

Description

Botbier aims to minimize frustrations with setting up the StarCraft II Learning Environment through improved documentation and containerization. By removing barriers to setup, this project allows developers to start creating StarCraft II agents in a matter of minutes.

Table of Contents

Requirements

  • Docker for Mac (not yet tested on Docker for Windows)
  • at least 5.5GB free

Installation

# pull latest image from Docker cloud
docker run -it \
       -e /bin/bash \
       --name sc2ai
        egsy/sc2ai
# wait for Docker image to be pulled. 
# Once pulled, you will be inside container - now run install script to install Linux version of StarCraft 2 and maps.
./root/installblz.sh

At any point, to return to your local machine, type exit. See troubleshooting section below for questions regarding container.

Usage

Troubleshooting

Contributing

Resources

Roadmap

  • insert link to list of resources on medium
  • mount volume to persist data between containers
  • COPY or ADD starcraft into mounted volume...?
  • complete usage, troubleshooting, resources sections in readme
  • add contribution guidelines to readme

Credits

  • Mario Izquierdo, Mentor
  • Victor Mendiluce, Consulting Mentor
  • Anne Cognet, Consulting Mentor
  • Mason Fish, Consulting Mentor

About

🚧 Work in Progress 🚧

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages