Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Supalosa/testbot
test bot/template for ocraft-s2client
https://github.com/Supalosa/testbot
Last synced: 3 months ago
JSON representation
test bot/template for ocraft-s2client
- Host: GitHub
- URL: https://github.com/Supalosa/testbot
- Owner: Supalosa
- Created: 2022-11-26T12:50:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T12:50:42.000Z (almost 2 years ago)
- Last Synced: 2024-06-18T01:35:19.625Z (5 months ago)
- Language: Java
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-sc2-ai - Supalosa/testbot - bot template with integrated ocraft. Built using gradle. (Open-source bots / Java bots)
README
# Testbot
Template SC2 bot using ocraft-s2client.
## Setup
It's recommended to look at https://github.com/ocraft/ocraft-s2client before attempting to set up this bot.This project is built with Gradle. To set up development on this bot, import this project as a Gradle project to IntelliJ.
It will pull in all dependencies that are required.Modify the `settings.gradle`, and `build.gradle` (`group`)
## Execution
To run the bot against the Blizzard AI, simply run the main method in the `src/main/java/com/supalosa/Main.java` class.## Deploying to Ladder
Modify `LadderBots.json` appropriately, by setting the name and race of your bot.Then run the following:
./gradlew buildZip
The output, which can be installed on the ladder, will appear in `build/distributions/` as a zip file.