Remote Artificial Intelligence for Games is a server application that processes AI requests from game clients using the RAIG Client API https://github.com/damorton/libraig.git. RAIG uses the BSD Sockets API for process communication over networks.
- Download the repo
- Extract contents of the .zip file
cd raig-master/
- Build
$ mkdir linux-build && cd linux-build
$ cmake ..
$ make
- Run
../bin/raig
Coming soon...
Libraries used in the project are built and installed using cmake
into the external
directory.