Compare commits
10 Commits
942462994b
...
e8f083424b
| Author | SHA1 | Date | |
|---|---|---|---|
| e8f083424b | |||
| fc6e6b9fa6 | |||
| 8cad839e4d | |||
| d2f34577e2 | |||
| ebfc2df29b | |||
| 9a1ae37130 | |||
| 2dfc6014e0 | |||
| 3aec1d3f6e | |||
| a7d3e9d138 | |||
| f207da0e2b |
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