Othello en C avec IA
- C 53.9%
- TeX 45.4%
- Makefile 0.7%
| includes | ||
| report | ||
| src | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||
Othello
Compilation
$ make
Usage
Lance le jeu avec les N(oirs) et les B(blancs)
Arguments possibles :
humainouh|minimaxoum|alphabetaoua
$ ./othello <N> <B>
Test l'efficacité des IA.
$ ./othello -t, --test
Affiche ce message d'aide.
$ ./othello -h, --help