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