This commit is contained in:
@@ -36,7 +36,7 @@ public class MultiPlayerView extends BaseView {
|
||||
} else {
|
||||
if (ImGui.button("Démarrer")) {
|
||||
// temp
|
||||
MultiDoku doku = SudokuFactory.createBasicEmptySquareSudoku(5);
|
||||
MultiDoku doku = SudokuFactory.createBasicSquareMultidoku(3);
|
||||
this.server.startGame(doku);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user