This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
Othello/README.md

30 lines
337 B
Markdown
Raw Permalink Normal View History

2022-11-15 13:48:47 +01:00
# Othello
2022-12-03 23:36:14 +01:00
2022-12-05 14:10:27 +01:00
## Compilation
```
$ make
```
2022-12-04 18:01:54 +01:00
## 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
```