Check in SRS specification file

This commit is contained in:
tali 2022-12-14 09:55:59 -05:00
parent f33a60d24d
commit 04484b38da
1 changed files with 32 additions and 0 deletions

32
assets/srs.json Normal file
View File

@ -0,0 +1,32 @@
{
"spawn": [4, 19],
"shapes": {
"I": [[-1, 0], [ 0, 0], [ 1, 0], [ 2, 0]],
"J": [[-1, 1], [-1, 0], [ 0, 0], [ 1, 0]],
"L": [[ 1, 1], [-1, 0], [ 0, 0], [ 1, 0]],
"O": [[ 0, 0], [ 1, 0], [ 0, 1], [ 1, 1]],
"S": [[-1, 0], [ 0, 0], [ 0, 1], [ 1, 1]],
"T": [[ 0, 1], [-1, 0], [ 0, 0], [ 1, 0]],
"Z": [[ 1, 0], [ 0, 0], [ 0, 1], [-1, 1]]
},
"kicks": {
"JLSTZ": [
[[ 0, 0], [ 0, 0], [ 0, 0], [ 0, 0], [ 0, 0]],
[[ 0, 0], [ 1, 0], [ 1,-1], [ 0, 2], [ 1, 2]],
[[ 0, 0], [ 0, 0], [ 0, 0], [ 0, 0], [ 0, 0]],
[[ 0, 0], [-1, 0], [-1,-1], [ 0, 2], [-1, 2]]
],
"I": [
[[ 0, 0], [-1, 0], [ 2, 0], [-1, 0], [ 2, 0]],
[[-1, 0], [ 0, 0], [ 0, 0], [ 0, 1], [ 0,-2]],
[[-1, 1], [ 1, 1], [-2, 1], [ 1, 0], [-2, 0]],
[[ 0, 1], [ 0, 1], [ 0, 1], [ 0,-1], [ 0, 2]]
],
"O": [
[[ 0, 0]],
[[ 0,-1]],
[[-1,-1]],
[[-1, 0]]
]
}
}