Morpion implémenté avec l'algorithme "Minimax"
This repository has been archived on 2022-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Mylloon 662e2daf58 Complete reorganization
-> `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()`
2021-11-04 20:36:49 +01:00
.gitignore ignore not relative files and folders 2021-11-04 17:02:47 +01:00
minimax.py Complete reorganization 2021-11-04 20:36:49 +01:00
README.md Adding the README 2021-11-04 17:08:06 +01:00

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.