tetris-shapes
tetris-shapes is a variable defined in `
tetris.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Each shape is described by a vector that contains the coordinates of
each one of its four blocks.
Value:
[[[[0 0]
[1 0]
[0 1]
[1 1]]]
[[[0 0]
[1 0]
[2 0]
[2 1]]
[[1 -1]
[1 0]
[1 1]
[0 1]]
[[0 -1]
[0 0]
[1 0]
[2 0]]
[[1 -1]
[2 -1]
[1 0]
[1 1]]]
[[[0 0]
[1 0]
[2 0]
[0 1]]
[[0 -1]
[1 -1]
[1 0]
[1 1]]
[[2 -1]
[0 0]
[1 0]
[2 0]]
[[1 -1]
[1 0]
[1 1]
[2 1]]]
[[[0 0]
[1 0]
[1 1]
[2 1]]
[[1 0]
[0 1]
[1 1]
[0 2]]]
[[[1 0]
[2 0]
[0 1]
[1 1]]
[[0 0]
[0 1]
[1 1]
[1 2]]]
[[[1 0]
[0 1]
[1 1]
[2 1]]
[[1 0]
[1 1]
[2 1]
[1 2]]
[[0 1]
[1 1]
[2 1]
[1 2]]
[[1 0]
[0 1]
[1 1]
[1 2]]]
[[[0 0]
[1 0]
[2 0]
[3 0]]
[[1 -1]
[1 0]
[1 1]
[1 2]]]]