The ChaCuN game is a copy of the baord game called Hunters and Gatherers created by Carcassonne.
Launch main with player names as arguments and it will generate a random seed. If you wish to play a seed add to your arguments --seed=#, where # represents the number of the seed. The UI is very instructive, so don't worry, you will know what to do.
The rules are the same as the official game, that can be found here : https://images.zmangames.com/filer_public/c4/e3/c4e3d954-fb6d-4b30-a748-95cf72c2733c/carc_hg_rulebook_en_web.pdf
If you wish to play with someone long distance, you can use our action encoder at the right side of the screen. Your action will be interpreted as Base32 characters that you can send to other players who will simply have to write the encoded action into their game and the action will play itself.
Java version 21 or newer and JavaFX version 22 or newer.