mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-08 06:59:55 +00:00
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
## use the *inf system but for material points
|
|
intslider(valence,3,3,MAX_VALENCE)
|
|
intslider(sides,10,3,MAX_EDGE)
|
|
h2.
|
|
distunit(arcmedge(sides:^valence))
|
|
let(u = 360*deg/valence)
|
|
unittile(u,*inf)
|
|
conway("(0 0)")
|