https://github.com/arnehilmann/tccai-dev
Dev environment/testbed for TccAI
https://github.com/arnehilmann/tccai-dev
Last synced: 3 months ago
JSON representation
Dev environment/testbed for TccAI
- Host: GitHub
- URL: https://github.com/arnehilmann/tccai-dev
- Owner: arnehilmann
- Created: 2017-07-14T08:11:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T09:14:43.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T16:38:05.358Z (5 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tccai-dev
A development environment/testbed for [TccAI](https://github.com/arnehilmann/tccai) (a skirmish AI for
[spring-rts](https://springrts.com/)) and [NullErlangAI](https://github.com/arnehilmann/NullErlangAI)
(the erlang c-node counterpart, linked into the spring engine).Based on [thewtex/opengl](https://hub.docker.com/r/thewtex/opengl/)
## tl;dr
Install all dependencies, build docker image:
```./INSTALL```Run docker container:
```./run```Enter docker container:
```docker exec -it opengl bash```