readme completed

This commit is contained in:
2025-07-02 16:40:41 +02:00
parent e676cd19f6
commit 7b5801e630
4 changed files with 22 additions and 14 deletions

View File

@@ -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