An open API service indexing awesome lists of open source software.

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

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```