Merge master into Arbre (resolve conflicts)

This commit is contained in:
2026-02-15 22:04:50 +01:00
2 changed files with 9786 additions and 2 deletions

9784
Rapport Hex.pdf Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -34,8 +34,8 @@ public abstract class AbstractGame {
// constructeur à appeler dans le constructeur d'un fils concret avec super.
public AbstractGame(IBoard b, EnumMap<Player,AbstractGamePlayer> m){
this.currentBoard=b;
this.mapPlayers=m;
this.currentBoard=b;
this.mapPlayers=m;
}
/**