From 85267bfe2c37fb52c83e90e43dd9acd6e211f3c6 Mon Sep 17 00:00:00 2001 From: OezmenK Date: Tue, 28 Jun 2022 13:45:54 +0200 Subject: [PATCH] changed winning conditions --- src/app/board/board.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/board/board.component.ts b/src/app/board/board.component.ts index 47f6b99..c108103 100644 --- a/src/app/board/board.component.ts +++ b/src/app/board/board.component.ts @@ -51,7 +51,7 @@ export class BoardComponent implements OnInit { [0, 3, 6], - [2, 4, 7], + [1, 4, 7], [2, 5, 8],