mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-10 23:59:55 +00:00
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
## {3,9}, triangle 1F + diamond 1S, solution 2
|
|
h2.
|
|
angleunit(2*pi/9)
|
|
# the line below lets us specify internal angles
|
|
angleofs(pi)
|
|
distunit(edge(3,9))
|
|
unittile(1,1,1)
|
|
unittile(1,2,1,2)
|
|
unittile(1,1,1)
|
|
# the Conway notation
|
|
conway("(0 2'')(0'' 1)(2 0')(2 2')(1' 1'')(3' 1'')")
|
|
sublines(1) |