Morpion implémenté avec l'algorithme "Minimax"
Mylloon
662e2daf58
-> `Minimax()` now depends on `Morpion()` and not the other way around
-> Better comments
-> Dynamic display depending on the board
-> Added source for bold text
-> Due to inheritance changes, `Morpion()` is now playable alone 🎉 by calling it without going through `Minimax()`
|
||
---|---|---|
.gitignore | ||
minimax.py | ||
README.md |
Morpion / Tic-Tac-Toe
Implémentation d'un Morpion d'une taille variable aussi bien en hauteur qu'en largeur avec une implémentation de l'algorithme "Minimax" vu en cours.
Usage
python3 minimax.py
Pour éditer les noms des joueurs vous pouvez modifier la dernière ligne
Attention le joueur ne doit être qu'un charactère.