projet/ ├── models/ # Logique métier (Board, Move, GameState) ├── ai/ # Intelligence artificielle (3 niveaux) ├── gui/ # Interface graphique ...
Browse each directory to read more about each interaction method. Beginners are recommended to start with jupyter_notebook since its interactive nature allows for step-by-step code execution, ...