morpion: add: Frontend checks, QOL changes and winning conditions
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user