Arbre #20

Merged
Clemence DUCREUX merged 14 commits from Arbre into master 2026-02-15 22:18:02 +01:00
2 changed files with 9786 additions and 2 deletions
Showing only changes of commit e8f083424b - Show all commits

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;
}
/**