Sandbox

From Hard Drop Tetris Wiki

Revision as of 18:48, 10 September 2017 by Piotrlogin (talk | contribs)
Jump to: navigation, search

This is a sandbox, where anyone can test. The other editable special page is Public talk. Feel free to add a link to editable special pages in your or talk page. Therefore things that seem or are non-sensical to other or all people are allowed.

Pros Cons
"It takes very few keystrokes to set each piece in place, and you can even take advantage of DAS/ARR repeat across pieces for the OIL." - Larrytetris. They are impractical and dangerous in modern multiplayer and will always remain an outside quirk of a blanket rule, in my book. The stack for them is not flat, and for the number of lines taken to do one (including the high overhang, which is I assume easy to get spiked on), their send-attack ratio is poor. With the number of pieces used, a normal t-spin double is nearly always better, and a tetris cleaner and less risky." - Paul676
Example 2a Example 2b

Template:QuoteBox All uppercase was what was used in some machines in the past, as only 64 characters (6 bits) were encoded, instead of 128 (7 bits) that ASCII uses. You can see this as something like 20 to 6F below, as opposed to 00 to 7F:

0 1 2 3 4 5 6 7 8 9 A B C D E F
0x
1x
2x ! " # $ % & ' ( ) * + , - . /
3x 0 1 2 3 4 5 6 7 8 9 : ; < = > ?
4x @ A B C D E F G H I J K L M N O
5x P Q R S T U V W X Y Z [ \ ] ^ _
6x ` a b c d e f g h i j k l m n o
7x p q r s t u v w x y z { } ~

The 00 to 1F and 7F are control characters, and are used for things like new line (enter key) and tab. 80 to FF was used in 8-bit encodings for different sets of foreign language letters and symbols.

External Links