website

The source code for https://bpaul.xyz
Log | Files | Refs

commit c37d65b55c6f48412ae4241673041c4cd3aed18f
parent 0a6ed45e6df4315a9ecd9489441c44d34d24b84b
Author: Benjamin Paul <bpaul@bpaul.xyz>
Date:   Thu,  6 Jan 2022 23:11:10 +1000

ill finish later

Diffstat:
Atetris/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