Sandbox: Difference between revisions

From Hard Drop Tetris Wiki

Jump to: navigation, search
No edit summary
No edit summary
Line 63: Line 63:
|3x||®||°||½||¿||™||¢||£||♪||à||è|| ||â||ê||î||ô||û  
|3x||®||°||½||¿||™||¢||£||♪||à||è|| ||â||ê||î||ô||û  
|}
|}
Comparison of Terminus and [[Custom Font]] at 6x12 size: http://i.imgur.com/gVCYiQf.png
Note: The full space (█) is in the null character (00) in [[Custom Font]], not shown. This is used as non-existent character symbol by Windows, so this hack allows to use this character.
== External Links ==
== External Links ==
*http://www.amazon.com/Radica-I6019-PlayTV-Legends-Family/dp/B000FSSYZU
*http://www.amazon.com/Radica-I6019-PlayTV-Legends-Family/dp/B000FSSYZU

Revision as of 19:27, 10 September 2017

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.

However, for closed caption decoders, the character set is different. The anomalies are in bold. 11 is placed before 30 to 3F for different sets of foreign language letters and symbols.

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 ç ÷ Ñ ñ

Special characters (11xx). 3A is a non-breaking space.

0 1 2 3 4 5 6 7 8 9 A B C D E F
3x ® ° ½ ¿ ¢ £ à è â ê î ô û

Comparison of Terminus and Custom Font at 6x12 size: http://i.imgur.com/gVCYiQf.png

Note: The full space (█) is in the null character (00) in Custom Font, not shown. This is used as non-existent character symbol by Windows, so this hack allows to use this character.

External Links