e.g:
for this tetromino
* * ■ *
■ ■ ■ *
* * * * <- empty row
* * * * <- empty row
The hard drop will be place the piece somewhere close to this:
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * * * * * *
* * * * * ■ * * * *
* * * ■ ■ ■ * * * *
* * * * * * * * * * <-
* * * * * * * * * * <- these are the 2 last empty rows
In theory, the hard drop is based on the highest baseline possible for the currentShape, but there are moments where the piece doesn't go all the way down. My intuition is this.
This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting /reward 100 (replace 100 with the amount).
🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment /try to let everyone know!
🙌 And when they open the PR, they can comment /claim #3 either in the PR description or in a PR's comment.
🪙 Also, everyone can tip any user commenting /tip 20 @itssimmons (replace 20 with the amount, and @itssimmons with the user to tip).
📖 If you want to learn more, check out our documentation.
e.g:
for this tetromino
The hard drop will be place the piece somewhere close to this:
In theory, the hard drop is based on the highest
baselinepossible for thecurrentShape, but there are moments where the piece doesn't go all the way down. My intuition is this.This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting
/reward 100(replace100with the amount).🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment
/tryto let everyone know!🙌 And when they open the PR, they can comment
/claim #3either in the PR description or in a PR's comment.🪙 Also, everyone can tip any user commenting
/tip 20 @itssimmons(replace20with the amount, and@itssimmonswith the user to tip).📖 If you want to learn more, check out our documentation.