Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
3-lines: Counter solution in Creative category for The Tower by Phil15
cs=lambda f,r,l,b,t,bo:(f+r+b+l,f+l+b+r,bo+r+t+l,t+r+bo+l,f+t+b+bo,f+bo+b+t)
tower=lambda ks:__import__('collections').Counter(c[c.index(min(c)):]+c[:c.index(min(c))]
for k in ks for c in cs(*k)).most_common(1)[0][1]
Sept. 29, 2018
Comments: