1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-23 13:43:19 +00:00
hyperrogue/tessellations/sample/inf.tes
2022-04-24 22:57:35 +02:00

11 lines
229 B
Plaintext

# {3,inf} or another regular tessellation with ideal polygons
intslider(sides,3,3,MAX_EDGE)
h2.
let(ia = ideal_angle(sides))
let(ie = ideal_edge(sides))
tile(0, [ia, ie, ia], *sides)
conway("(0 0)")
#repeat(0, sides)