Othello en C avec IA
includes | ||
report | ||
src | ||
.gitignore | ||
Makefile | ||
README.md |
Othello
Usage
Lance le jeu avec les N(oirs) et les B(blancs)
Arguments possibles :
humain
ouh
|minimax
oum
|alphabeta
oua
$ ./othello <N> <B>
Test l'efficacité des IA.
$ ./othello -t, --test
Affiche ce message d'aide.
$ ./othello -h, --help