From c6101c332e133657fa4ff7d7fef6cc1ab3d809c9 Mon Sep 17 00:00:00 2001 From: Thomas BARBIER Date: Tue, 22 Nov 2022 15:16:07 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e506d7..7309300 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ classDiagram Board : insertPieceIntoColumn(col, playerId) class Rules - Rules : name - Rules : nbrow - Rules : nbcol + Rules : string name + Rules : int nbrow + Rules : int nbcol Rules : checkBoardSize(board) bool Rules : isFull(board) bool Rules : _checkHorizontalLines(board, row, col) bool, id, winningCell