morpion: add: Frontend checks, QOL changes and winning conditions

This commit is contained in:
Namonay
2024-04-22 19:13:08 +02:00
parent 8c8847cdd8
commit 91cdc96972
5 changed files with 75 additions and 59 deletions

View File

@ -19,7 +19,6 @@ export class TicTacToeOnlineView extends AbstractView
this.Morpion = new TicTacToe(this.height, this.width, 60, 60, document.getElementById("Morpion"), this.game_id);
this.Morpion.DrawSuperMorpion();
await this.Morpion.init();
this.Morpion.setOutline();
}
async leavePage()