Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 793 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 793 Bytes

image

R.A.I.G Server Application

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.

Instructions

Ubunutu

  • Download the repo
  • Extract contents of the .zip file
  • cd raig-master/
  • Build
$ mkdir linux-build && cd linux-build
$ cmake ..
$ make
  • Run ../bin/raig

Windows

Coming soon...

Dependencies

Libraries used in the project are built and installed using cmake into the external directory.