feat: render multidokus
Some checks are pending
Linux arm64 / Build (push) Waiting to run

This commit is contained in:
2025-01-28 08:55:58 +01:00
parent e9a77d9826
commit 182f79d4b4
6 changed files with 146 additions and 46 deletions

View File

@@ -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);
}
}