Browse Source

Update README.md

pull/1/head
ykerus 4 years ago committed by GitHub
parent
commit
3bd243818c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -41,7 +41,7 @@ Blocks have a shape, a color and a unique ID. They are defined as instances of t @@ -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.

Loading…
Cancel
Save