ajoute la possiblilité d'ajouter des lignes de garbage
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user