Status: DRAFT
Version: 2018-09-06
Prescriptive or descriptive: descriptive (this standard attempts to describe existing conventions)
This standard defines terms for twisty puzzles. The definitions in this standard are focused around the 3x3x3 cube in particular, although many of them can be used for other twisty puzzles.
The word “face” refers to a flat face of the puzzle. A cube has 6 faces.
Caveat: it is best to avoid the word “side” when “face” is meant. “Side” can refer to a face, but speedcubers often use “side” to refer a “layer” (see standard 1.3.6) To avoid ambiguity, it is recommended to use the word “face” (or “layer”) when possible, and avoid giving a specific meaning to “side”.
The faces of a cube are named and lettered as follows:
Name | Letter |
---|---|
Up | U |
Left | L |
Front | F |
Right | R |
Back | B |
Down | D |
These names originate from David Singmaster, around 1981 [1].
Note: informally, “Top” is sometimes used as a colloquial synonym for “Up”, and “Bottom” for “Down”. However, the face letters always use the standard names (e.g. U
for “Top”, D
for “Bottom”).
The part of a face that belongs to a given piece is called a “facelet”, or colloquially a “sticker”.
Example: the U
face consists of 9 facelets/stickers.
The standard face layout of a cube is in the following net:
| - | U | - | - |
| L | F | R | B |
| - | D | - | - |
Note: this matches the convention used by, most cubers, and most cubing timers, and by TNoodle (the World Cube Association scramble program). It’s also used in other standards like the face order for Speffz, a common convention for naming facelets for blindfolded solving. [2]
Faces are ordered using according to the face layout in left-to-right reading order: U
, L
, F
, R
, B
, D
.
The standard color scheme for a cube (in standard puzzle orientation; see section 1.2.3) is:
Face | Color |
---|---|
U |
White |
L |
Orange |
F |
Green |
R |
Red |
B |
Blue |
D |
Yellow |
Note: This color scheme is known among speedcubers as the “BOY” color scheme (because the colors Blue-Orange-Yellow are clockwise around one of the corners) or the “Western” color scheme (because Japanese cubers used to use a color scheme with blue and white swapped). [3]
Depending on the application, the cube may be reoriented so that there are different colors on each of the faces. Unless otherwise specified, e.g. “the U face” refers to the face currently on top, not necessarily the white face.
Puzzle orientation is described by specifying the colors on U and F (in that order).
Standard puzzle orientation matches the standard color scheme when the puzzle has not been reoriented:
Note: Colloquially, this is often said out loud as “white on top, green in front”.
If a puzzle does not have white, or green adjacent to white, standard puzzle orientation is as follows:
U
face.U
face, the darkest color is on the F
face.Note: this convention matches the WCA Regulations [4].
For many applications, it is useful to define an order of faces grouped by axis. For a cube, this order is:
U
or D
, thenF
or B
, thenR
or L
.Example: For a given piece, its orientation is typically defined by the facelet on the highest-priority side (see section 1.3.3).
A “piece” is a part of the puzzle that stays together as during normal puzzle operation. Pieces can also be called “cubies”, especially for NxNxN puzzles.
Caveat: it is best to avoid the word “part” when “piece” is meant. “Part” can refer to a piece, but “part” is also often used to refer to a smaller part of the puzzle, such as a single facelet/sticker, or the associated part of the mechanism.
Pieces are named by how many facelets they have:
A location for a piece is named by which sides its facelets are on. These letters are assigned starting with the highest-priority facelet (see section 1.1.5), then in counter-clockwise while looking at the piece from the outside of the puzzle.
For example, a cube has 8 corner locations: UFR
, URB
, UBL
, ULF
, DRF
, DFL
, DLB
, DBR
. At any given moment, a corner location may have any of the 8 corners in it, in any of 3 orientations.
Note: for applications that accept input from humans, it is recommended to allow the letters after the first one to be in any order. For example, URF
should be considered to mean UFR
.
It is possible for a piece to occupy the same physical location while being oriented (rotated) different ways. On a 3x3x3 cube, each piece has multiple possible orientations for a given location:
Note: for many applications, all four orientations of a center piece in a given location are considered indistinguishable, i.e. centers are treated as if they have 1 orientation in a given location (colloquially, “centers don’t have orientation” or “center orientation doesn’t matter”). However, it is critical for some applications to be able to distinguish which way a center is facing. It is encouraged for anyone building on this standard to be able to accommodate use cases where centers have 4 orientation, or to have flexibility for support for this in the furure if needed.
The name of a piece is the name of its home location when the puzzle is solved in standard puzzle orientation.
Example: UFR refers to the piece that is on the corner of the faces U
, F
, and R
in standard orientation. This is the “white-green-red corner” in the standard color scheme. In this case, the “UFR
piece” will always refer to the white-green-red corner piece, although any other corner may be in the UFR
location.
Example: a 3x3x3 cube has the following 26 pieces that affect the visible state of the puzzle:
U
, L
, F
, R
, B
, D
UF
, UR
, UB
, UL
, DF
, DR
, DB
, DL
, FR
, FL
, BR
, BL
UFR
, URB
, UBL
, ULF
, DRF
, DFL
, DLB
, DBR
Note: as with location names, it is recommended to allow the letters after the first one to be in any order. For example, URF
should be considered to mean UFR
.
An layer is the set of pieces separated by “cuts” on an axis where pieces may slide along each other. A 3x3x3 cube has 3 layers along each of the 3 axes.
The outer layer on the furthest side of each axis is named using the same letter as the face it contains. (See section 1.1.2)
For example, “U
layer” refers to the 9 pieces that have facelets on the U
face, i.e. 1 center, 4 edges, and 4 corners. This includes all the facelets an all these pieces (a total of 21 facelets).
The state of a puzzle consists of the location of each piece (including the orientation of each piece).
A solved state of a puzzle is a state where each piece is in its home location, oriented correctly.
Note that the solved state for a 3x3x3 may or may not depend on distinguishable center orientations, depending on the use case.
The cube uses a right-handed coordinate system. If the axes are centered inside the cube, then the centers of the faces are located in the following directions:
Name | Letter |
---|---|
Right | +x |
Up | +y |
Front | +z |
Left | -x |
Down | -y |
Back | -z |
Therefore, the face names are consistent with the perspective of a camera:
z
axis,+y
direction as up,Cubers consistently use this convention to describe cube rotations. Applications are encouraged to use a matching coordinate system if possible.