diff options
| author | Simon Tatham <anakin@pobox.com> | 2017-04-23 07:41:46 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2017-04-24 17:09:39 +0100 |
| commit | e37d915f447e02b52236cee454dfe68749c6d876 (patch) | |
| tree | 5ac60410f377ec69c15cccc39152516963648bf6 /grid.h | |
| parent | eedea4132043cc4c788ee89f1ccb0783893125c5 (diff) | |
| download | puzzles-e37d915f447e02b52236cee454dfe68749c6d876.zip puzzles-e37d915f447e02b52236cee454dfe68749c6d876.tar.gz puzzles-e37d915f447e02b52236cee454dfe68749c6d876.tar.bz2 puzzles-e37d915f447e02b52236cee454dfe68749c6d876.tar.xz | |
New Loopy tiling: 'Great Great Dodecagonal'.
Officially known as the '3-4-6-12 tiling', according to, e.g.,
https://en.wikipedia.org/wiki/3-4-6-12_tiling .
Thanks to Michael Quevillon for contributing this patch (and for
choosing a less hard-to-remember name for the tiling :-).
Diffstat (limited to 'grid.h')
| -rw-r--r-- | grid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ typedef struct grid { A(FLORET,floret) \ A(DODECAGONAL,dodecagonal) \ A(GREATDODECAGONAL,greatdodecagonal) \ + A(GREATGREATDODECAGONAL,greatgreatdodecagonal) \ A(PENROSE_P2,penrose_p2_kite) \ A(PENROSE_P3,penrose_p3_thick) |