From 3bd243818c74a503e2d4cbc28f25fc25f9df96ee Mon Sep 17 00:00:00 2001 From: ykerus <48921025+ykerus@users.noreply.github.com> Date: Sun, 3 Apr 2022 23:54:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 191eaa5..7975ba9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Blocks have a shape, a color and a unique ID. They are defined as instances of t 🟧⬜️🟧 ⬜️⬜️🟧 ``` -This is an orange block, so `B.color = "O"`, and `B.width = B.height = 3`. +This is an orange block, so `B.color = "O"`, and it has `B.width = B.height = 3`. Blocks can be dropped into the field from top to bottom, and they stop falling until they hit another block or the bottom of the field. Blocks are dropped in the field *as is*, so they cannot be rotated. Also, a block can only be dropped once, but you don't have to use all of the provided blocks.