diff options
| author | Simon Tatham <anakin@pobox.com> | 2017-11-18 15:16:40 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2017-11-18 15:26:13 +0000 |
| commit | 8af0c29615fdfe30035f2d4c3a7d2ccf06d6efa9 (patch) | |
| tree | 4dd554e21df0d6fff2d4a226c8df8a64c86e53ee /LICENCE | |
| parent | 69773d855b517ea356c3c02add97893201de2066 (diff) | |
| download | puzzles-8af0c29615fdfe30035f2d4c3a7d2ccf06d6efa9.zip puzzles-8af0c29615fdfe30035f2d4c3a7d2ccf06d6efa9.tar.gz puzzles-8af0c29615fdfe30035f2d4c3a7d2ccf06d6efa9.tar.bz2 puzzles-8af0c29615fdfe30035f2d4c3a7d2ccf06d6efa9.tar.xz | |
New grid type: the trihexagonal tiling, or 'kagome lattice'.
Regular hexagons and equilateral triangles in strict alternation, with
two of each interleaved around each vertex.
https://en.wikipedia.org/wiki/Trihexagonal_tiling
Thanks to Michael Quevillon for the patch.
Diffstat (limited to 'LICENCE')
| -rw-r--r-- | LICENCE | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ This software is copyright (c) 2004-2014 Simon Tatham. Portions copyright Richard Boulton, James Harvey, Mike Pinna, Jonas Kölker, Dariusz Olszewski, Michael Schierl, Lambros Lambrou, Bernd -Schmidt, Steffen Bauer, Lennard Sprong and Rogier Goossens. +Schmidt, Steffen Bauer, Lennard Sprong, Rogier Goossens and Michael +Quevillon. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files |