...

Command joueur

Package joueur implements the base logic required to interact with the Cadre AI framework to facilitate playing AI base games.

Subdirectories

Name Synopsis
..
base Package base implements the shared logic and structures between all games.
games Package games collects and registers all the available games this Joueur client can play.
anarchy Package anarchy contains all the interfaces and AI that are required to represent and play Anarchy.
catastrophe Package catastrophe contains all the interfaces and AI that are required to represent and play Catastrophe.
checkers Package checkers contains all the interfaces and AI that are required to represent and play Checkers.
chess Package chess contains all the interfaces and AI that are required to represent and play Chess.
coreminer Package coreminer contains all the interfaces and AI that are required to represent and play Coreminer.
necrowar Package necrowar contains all the interfaces and AI that are required to represent and play Necrowar.
newtonian Package newtonian contains all the interfaces and AI that are required to represent and play Newtonian.
pirates Package pirates contains all the interfaces and AI that are required to represent and play Pirates.
saloon Package saloon contains all the interfaces and AI that are required to represent and play Saloon.
spiders Package spiders contains all the interfaces and AI that are required to represent and play Spiders.
stardash Package stardash contains all the interfaces and AI that are required to represent and play Stardash.
stumped Package stumped contains all the interfaces and AI that are required to represent and play Stumped.