1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-15 06:17:38 +00:00

added samples for the new tessellations

This commit is contained in:
Zeno Rogue
2022-04-24 22:31:47 +02:00
parent 0acebce55a
commit 65ab10ff18
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# {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)