|
Star Wars Risk
|
Interface pour les algorithmes de répartition sur le plateau. Plus de détails...
Fonctions membres publiques | |
| void | Run (Graph graph, List< PlayerData > players) |
| Exécute l'algorithme sur le graphe donné | |
Propriétés | |
| string | Name [get] |
| Obtient le nom de l'algorithme. | |
Interface pour les algorithmes de répartition sur le plateau.
<author>Axel Burillier</author>
| void GameModel.Algorithms.IAlgorithmDistribution.Run | ( | Graph | graph, |
| List< PlayerData > | players ) |
Exécute l'algorithme sur le graphe donné
| graph | Le graphe sur lequel est exécuté l'algorithme |
| players | Liste des joueurs de la partie |
<author>Axel Burillier</author>
Implémenté dans GameModel.Algorithms.Algorithm.AlgorithmPlayersDistribution, et GameModel.Algorithms.Algorithm.AlgorithmTroopsDistribution.
|
get |
Obtient le nom de l'algorithme.
<author>Axel Burillier</author>
Implémenté dans GameModel.Algorithms.Algorithm.AlgorithmPlayersDistribution, et GameModel.Algorithms.Algorithm.AlgorithmTroopsDistribution.