Skip to content

Instantly share code, notes, and snippets.

@phabee
Created August 31, 2024 22:10
Show Gist options
  • Save phabee/4e9aaa8983555e34e3d8bfd237ed010b to your computer and use it in GitHub Desktop.
Save phabee/4e9aaa8983555e34e3d8bfd237ed010b to your computer and use it in GitHub Desktop.
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