-
-
Save phabee/4e9aaa8983555e34e3d8bfd237ed010b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAME: HC_BQ_003 | |
TYPE: HC_BQ_INSTANCE | |
COMMENT: Build 3D-Cube out of 6 Happy Cube (R) tiles | |
NUM_TILES: 6 | |
TILE_ID_BORDER_PATTERN | |
1 [1, 0, 1, 0, 0; 0, 1, 0, 1, 0; 0, 0, 1, 0, 1; 1, 1, 0, 1, 1] | |
2 [0, 0, 1, 0, 0; 0, 1, 0, 1, 1; 1, 1, 0, 1, 1; 1, 0, 1, 0, 0] | |
3 [0, 0, 1, 0, 0; 0, 1, 0, 1, 0; 0, 0, 1, 0, 0; 0, 1, 0, 1, 0] | |
4 [0, 0, 1, 0, 0; 0, 0, 1, 0, 0; 0, 1, 0, 1, 1; 1, 0, 1, 0, 0] | |
5 [1, 0, 1, 0, 0; 0, 1, 0, 1, 1; 1, 0, 1, 0, 0; 0, 1, 0, 1, 1] | |
6 [0, 1, 0, 1, 0; 0, 1, 0, 1, 1; 1, 0, 1, 0, 0; 0, 1, 0, 1, 0] | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment