Merge branch 'master' of https://gitarero.ecam.fr/aurele.wittke/OOP_1A5_Project
This commit is contained in:
commit
ec1fc2a693
|
|
@ -36,7 +36,7 @@ public class Board {
|
|||
lastTurnPawnTwo = false;
|
||||
previousBoard = new ArrayList<>();
|
||||
}
|
||||
|
||||
//test
|
||||
public int getWidth() {
|
||||
return colNum; //The width is represented by the columns
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue