Skip to content
Snippets Groups Projects
Commit 338dbb1d authored by Jonas Kvarnström's avatar Jonas Kvarnström
Browse files

Update README.md

parent 3c1bdfd1
No related branches found
No related tags found
No related merge requests found
......@@ -3,15 +3,12 @@ This repository contains a passive PyCommandCenter-based bot for StarCraft II. I
## Setup for creating your own bot
1. Locate your own fork ("copy") of this project and its repository. If you are participating in TDDD92 or TDDE25, you should *not* create your own fork! Instead, begin by registering your group in Webreg. We periodically run a script that forks this project for all registered groups, placing projects in the [TDDD92-2019 group](https://gitlab.liu.se/tddd92-2019) or the [TDDE25-2019 group](https://gitlab.liu.se/tdde25-2019). We will require you to use these projects and repositories.
1. Locate your own fork ("copy") of this project and its repository. If you are participating in TDDD92 or TDDE25, **you should *not* create your own fork!** Instead, begin by registering your group in Webreg. We periodically run a script that forks this project for all registered groups, placing projects in the [TDDD92-2019 group](https://gitlab.liu.se/tddd92-2019) or the [TDDE25-2019 group](https://gitlab.liu.se/tdde25-2019). We will require you to use these projects and repositories.
2. Now clone your new repository using the following command: `git clone <path>`, where `<path>` is shown when the blue button *Clone* in the top-right corner on your repository page. If you have configured SSH-access, then use the SSH link, otherwise use the HTTP link.
2. Now clone your new repository from Gitlab using the following command: `git clone <path>`, where `<path>` is shown when you press the blue button *Clone* in the top-right corner on your repository page. If you have configured SSH-access, then use the SSH link, otherwise use the HTTP link.
3. Next, setup the library in PyCharm. See [PyCommandCenter's page on PyCharm] for how to do that.
3. Next, setup the library in PyCharm. See [PyCommandCenter's page on PyCharm](https://gitlab.liu.se/starcraft-ai-course/pycommandcenter/blob/master/pycharm.md) for instructions.
4. Everything is now ready for PyCharm: Start PyCharm, and then select "Open" and navigate to the location you cloned your fork of this repository to.
5. In order to run the code, right click the file named "main.py" in the project panel to the right, and select "Debug main". This will run the code in "main.py", and consequently start StarCraft II. You can also edit the code in "main.py" by double-clicking "main.py".
[PyCommandCenter's page on PyCharm]: https://gitlab.liu.se/starcraft-ai-course/pycommandcenter/blob/master/pycharm.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment