From e28b14ca261f085a47ffd31d13f767a48259b306 Mon Sep 17 00:00:00 2001 From: julien Date: Wed, 2 Jul 2025 15:50:40 +0000 Subject: [PATCH] Actualiser Game logic --- Game-logic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game-logic.md b/Game-logic.md index d85db4a..42ce110 100644 --- a/Game-logic.md +++ b/Game-logic.md @@ -1,7 +1,7 @@ # Game logic This section will detail how the player's action are interpreted into the game. -We will only talk about pieces and not polyominoes. In this project, pieces are an abstraction of a polyomino. Though if you want to know more the polyominoes in this project, check [this other file](Pieces_representation.md). +We will only talk about pieces and not polyominoes. In this project, pieces are an abstraction of a polyomino. ## Order of operations