commit 582fcbf3a08961be15002b109d408e66bd66283b parent cb3f135bc470c36a59d46f77342b527f7cb46b3a Author: bpaul <bpaul@bpaul.xyz> Date: Thu, 6 Jan 2022 23:11:10 +1000 ill finish later Diffstat:
| A | tetris/2-stacking | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/tetris/2-stacking b/tetris/2-stacking @@ -0,0 +1,13 @@ +I'm going to talk about stacking because I suck at it (at the time of writing +this). + +Firstly it should be pointed out that stacking in vs modes is different to +stacking in modes such as 40 lines. In vs, you are trying to send lines and +survive your opponents attacks, but in 40 lines you are just trying to clear 40 +lines in any way possible as quickly as possible. The main difference between +the two in terms of how you stack is the use of the T piece. In vs, you want to +use the T piece to T spin as often as possible and only use the T in the stack +when necessary, but in 40 lines you don't care about T spins and have to worry +about the parity differences that the T piece makes when stacking with it. + +I'll finish this later