Othello is a strategy board game created in 1971 based on Reversi game. This game is an ai-ai battle only (alphabeta or negamax algorithm)
alphabetaalphabeta-algorithmalphabeta-minimax-searchjavajava-8negamaxnegamax-algorithmothelloothello-aiothello-gameothello-with-ai
Rapport | ||
src | ||
.gitignore | ||
othello_rapport_2.pdf | ||
readme.txt | ||
statsj1.txt | ||
statsj2.txt |
# Jeu d’infection - Othello
## Comment lancer le jeu
Après avoir compilés et placer les fichiers dans une archive .jar:
`java -jar othello.jar profondeurJ1 profondeurJ2 alphabeta`
`profondeurJ1` et `profondeurJ2` correspondent à un entier indiquant à l'algorithme de décision de combien de profondeur il doit calculer et
`alphabeta` correspond à un booléen indiquant au programme si vous souhaitez utiliser l'algorithme alphabeta (True ou true) ou l'algorithme Negamax (toutes autres valeurs que true)
Si profondeurJ1 ou profondeurJ2 ne sont pas corrects, l'algorithme utilisera des paramètres par défaut
Si vous ne souhaitez pas utiliser le logger, indiquer dans le fichier META_INF que vous souhaitez qu'il se lance sur le fichier Main et non sur MainStats