Arbre #20
9784
Rapport Hex.pdf
Normal file
9784
Rapport Hex.pdf
Normal file
File diff suppressed because it is too large
Load Diff
@@ -34,8 +34,8 @@ public abstract class AbstractGame {
|
|||||||
|
|
||||||
// constructeur à appeler dans le constructeur d'un fils concret avec super.
|
// constructeur à appeler dans le constructeur d'un fils concret avec super.
|
||||||
public AbstractGame(IBoard b, EnumMap<Player,AbstractGamePlayer> m){
|
public AbstractGame(IBoard b, EnumMap<Player,AbstractGamePlayer> m){
|
||||||
this.currentBoard=b;
|
this.currentBoard=b;
|
||||||
this.mapPlayers=m;
|
this.mapPlayers=m;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user