ajoute la possiblilité d'ajouter des lignes de garbage

This commit is contained in:
2025-03-01 18:41:09 +01:00
parent 66c2cf1013
commit 03281a6d70
4 changed files with 40 additions and 4 deletions

View File

@@ -85,6 +85,11 @@ class GameBoard {
*/
LineClear lockPiece();
/**
* Adds a specified number of garbage rows to the bottom of the board, the hole position being random but the same for all of them
*/
void addGarbageRows(int number);
/**
* @return A copy of the board
*/