1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 02:40:03 +00:00
hyperrogue/tessellations/marek313.tes
2019-12-27 10:14:26 +01:00

14 lines
285 B
Plaintext

## {3,13} pentiamond
## from Marek14's post in HyperRogue discord
h2.
angleunit(2*pi/13)
# the line below lets us specify internal angles
angleofs(pi)
distunit(edge(3,13))
tile(1,2,1,3,1,2,1,1,1,3,1,3,1,1)
c(0,0,0,6,0)
c(0,1,0,1,0)
c(0,2,0,2,0)
c(0,3,0,4,0)
c(0,5,0,5,0)