This repository has been archived on 2022-12-11. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Othello/README.md

337 B

Othello

Compilation

$ make

Usage

Lance le jeu avec les N(oirs) et les B(blancs)

Arguments possibles : humain ou h | minimax ou m | alphabeta ou a

$ ./othello <N> <B>

Test l'efficacité des IA.

$ ./othello -t, --test

Affiche ce message d'aide.

$ ./othello -h, --help