Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Second solution in Clear category for Escape by pokosasa
def escape(jar, fly):
W,H,d=jar
x,y,vx,vy=fly
if vy==0:
return False
if vx==0:
return (W-d)/2
Dec. 24, 2019