public
Description: Retris is a Tetris clone written in Ruby using the gosu library.
Homepage:
Clone URL: git://github.com/angryrabbit/retris.git
retris / shapes / shape-2.shape
100644 15 lines (14 sloc) 0.141 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Step left (when horizontally oriented)
---
- - - 1
    - 1
    - 0
  - - 0
    - 1
    - 1
- - - 0
    - 1
  - - 1
    - 1
  - - 1
    - 0