Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.02 KB

Iataaa Server

Iataaa Server is web platform to manage draughts AI. The name IAtaaa stands for the IA (Intelligence Artificielle in french) acronym and the Yatta japanese word for "We did it".

Requirements

You need Maven on your system to run the platform. Maven is a tool for Java projects. Install it on your system using this documentation. Make sure to have the mvn command on your path.

Getting Started

Building the project

Execute mvn clean install in the root directory to build the Maven project.

Run the project

Execute mvn spring-boot:run in the root directory to run the Spring-Boot project. You need the IAtaaa-client interface to add AI and run a game. You can also develop your own interface using the Web Service and Websocket provided by the server.

The port can be configured in the src/main/resources/application.properties file.

Documentation