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-11 18:32:20 +01:00
includes add winrate test 2022-12-04 21:05:28 +01:00
report update slides! 2022-12-11 18:32:20 +01:00
src fix text padding 2022-12-05 00:23:32 +01:00
.gitignore add slides 2022-12-05 23:29:55 +01:00
Makefile add Og for dev lbl 2022-11-28 20:19:40 +01:00
README.md add compilation instruction 2022-12-05 14:10:27 +01:00

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