diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-09-09 08:23:07 +0200 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-09-09 08:23:07 +0200 |
commit | 7664be1f418bd87eddca4bab17292ecf2d862a4a (patch) | |
tree | bc8f30184b79c5c3bf3610c678f4cc0a350814b1 /tetris/blocks.txt | |
parent | 79c4014fd2852d12b2489184f53da40247452b8a (diff) |
First tetris commit
Diffstat (limited to 'tetris/blocks.txt')
-rw-r--r-- | tetris/blocks.txt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/tetris/blocks.txt b/tetris/blocks.txt new file mode 100644 index 0000000..f0f55f1 --- /dev/null +++ b/tetris/blocks.txt @@ -0,0 +1,43 @@ +THE TEMPLATE: + +.... +.... + +byte: 76543210 + +0123 +4567 + + +THE BLOCKS: + +**** +.... +-> 15 + +***. +*... +-> 23 + +***. +..*. +-> 71 + +**.. +**.. +-> 51 + +.**. +**.. +-> 54 + +**.. +.**. +-> 99 + +.*.. +***. +-> 114 + + +15 23 71 51 54 99 114 |