mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-10 15:59:53 +00:00
11 lines
284 B
Plaintext
11 lines
284 B
Plaintext
## {3,13}, pentiamond 1, solution 1
|
|
## 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))
|
|
unittile(1,2,3,2,1,3,3)
|
|
# the Conway notation
|
|
conway("(0 1)(2)(3)(4 5)(6)")
|
|
sublines(1) |