Othello en C avec IA
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.
Find a file
2022-12-04 18:25:35 +01:00
includes add tests 2022-12-04 18:25:35 +01:00
report add appendix title 2022-12-02 23:39:52 +01:00
src add tests 2022-12-04 18:25:35 +01:00
.gitignore add imgs and some info in the report 2022-12-01 16:33:24 +01:00
Makefile add Og for dev lbl 2022-11-28 20:19:40 +01:00
README.md Add usage 2022-12-04 18:01:54 +01:00

Othello

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