Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Tetris/Resources/tetrominoes.json

9 lines
No EOL
132 B
JSON

{
"I": "xxxx",
"J": "x--\nxxx",
"L": "--x\nxxx",
"O": "xx\nxx",
"S": "-xx\nxx-",
"T": "-x-\nxxx",
"Z": "xx-\n-xx"
}