Skip to content

Documentations

Anthony Godin edited this page Mar 20, 2017 · 4 revisions

The communication between this system and artificial intelligence services is done in HTTP with JSON.
This document explains structures and the purpose of this projet.

Structure

Iataaa-server Web Service Specification

This system allows to create game via this API : https://m2gil.github.io/iataaa-server-raml
It sends messages by web socket to IAtaaa-client to communicate game boards.

AI Web Service Specification

AI web services must respect this specification : https://m2gil.github.io/iataaa-ai.github.io
Iataaa-server communicate with AI on this endpoints.

Clone this wiki locally