This project is an implementation of the chinese checkers board game for the CodeinGame platform. You cannot play it yourself, but you can code an AI to play against other AIs.
Game created using the CodinGame SDK.
The rules of the game are explained in config/statement_en.html
.
Try now on https://www.codingame.com/ide/demo/976521341309e0f0104097167fa3038fbf928e.
Clone this project & download the Maven dependencies. The CodinGame SDK only works with Java 8.
Launch src/test/java/Main.java
to launch a local game.