From 17b01213733c9267e926e65cdd63afeda3cfe6df Mon Sep 17 00:00:00 2001 From: ykerus <48921025+ykerus@users.noreply.github.com> Date: Sun, 3 Apr 2022 23:40:25 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60937b7..1cbc8d7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,11 @@ 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`. 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. Okay, now we can drop this block in our field, but how do we decide where to drop it? +This is an orange block, so `B.color = "O"`, and `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. + +Okay, now we can drop this block in our field, but how do we decide where to drop it? ### > Rewards @@ -77,4 +81,4 @@ Go to: https://dropblox.azurewebsites.net/leaderboard ## About -> This challenge is hosted by [GoDataDriven](https://godatadriven.com/) for PyConDE & PyData Berlin 2022. \ No newline at end of file +> This challenge is hosted by [GoDataDriven](https://godatadriven.com/) for PyConDE & PyData Berlin 2022.