Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Ruletka solution in Clear category for Rotate Hole by wolicki.mikolaj
# migrated from python 2.7
def r(l, n):
return l[-1:] + l[:-1]
def rotate(state, pipe_numbers):
wynik=[]
i=0
spr=True
while i
Nov. 2, 2016