mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-16 02:04:48 +00:00
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
|
## {5,3}, dipent 1A2 + dipent 1F
|
||
|
s2.
|
||
|
angleunit(2*pi/3)
|
||
|
# the line below lets us specify internal angles
|
||
|
angleofs(pi)
|
||
|
distunit(edge(5,3))
|
||
|
unittile(1,1,1,2,1,1,1,2)
|
||
|
unittile(1,1,1,2,1,1,1,2)
|
||
|
unittile(1,1,1,2,1,1,1,2)
|
||
|
# the Conway notation
|
||
|
conway("(0 0')(3 7'')(1 7')(2 0'')(4 6'')(7 1')(5 2'')(6 5')(2' 4')(5'' 3'')(3')(4'')(6' 1'')")
|
||
|
sublines(1)
|