Tic-Tac-Toe CodinGame Example

Purpose

This project is an example game for the CodinGame SDK.

It contains a 2 player game where both players perform actions turn by turn, with 2 separate leagues including statement updates and a Boss ai.

Build

Clone this project & download the Maven dependencies.

Run

Launch src/test/java/Main.java to launch a local game with Player1.java vs Player2.java

The rules of Tic-Tac-Toe are explained in config/statement_en.html