Unfortunately, I report that I had a crash.
ValueError: non-integer arg 1 for randrange()
File "game/glitch_ren.py", line 55, in <genexpr>
theights = sorted(randomobj.randrange(cheight+1) for k in range(nslices)) # y coordinates demarcating all the strips
Seems like cheight is a float and not an int.If you need more info, I can give more info in private (PM, for example)