mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
## {3,11} straight tetriamond - solution 1
|
|
h2.
|
|
angleunit(2*pi/11)
|
|
# the line below lets us specify internal angles
|
|
angleofs(pi)
|
|
distunit(edge(3,11))
|
|
tile(1,1,1,2,1,3,1,1,1,2,1,3)
|
|
c(0,0,0,0,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)
|