https://github.com/ryanleecode/cats-bot
https://github.com/ryanleecode/cats-bot
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanleecode/cats-bot
- Owner: ryanleecode
- Created: 2020-09-04T14:11:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T12:55:47.000Z (almost 6 years ago)
- Last Synced: 2025-01-06T21:23:39.903Z (over 1 year ago)
- Language: Scala
- Size: 69.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cats Bot
A Starcraft Broodwar Bot built in Scala.
## Setup
### Linux
1. Follow the [JBWAPI Tutorial](https://github.com/JavaBWAPI/Java-BWAPI-Tutorial/wiki) to setup your Starcraft environment.
2. Open the project in Intellj and run it. It will crash but copy the classpath. Replaced `:` with `;` because on wine (Windows),
it uses semicolons.
3. Paste the classpath in [gogo.sh](./gogo.sh) and [gogo-debug.sh](./gogo-debug.sh).
4. Run [gogo.sh](./gogo.sh)
## Technologies
- [Cats](https://typelevel.org/cats/)
- [Monix](https://monix.io/)