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:
10
tessellations/sample/inf.tes
Normal file
10
tessellations/sample/inf.tes
Normal 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)
|
Reference in New Issue
Block a user