Library Jam 2

IT IS TOO LATE

THE COMPUTER TAKEOVER HAS BEGUN

hahahaaa

11:02 a movie on the day the internet struck back. In this thrilling action movie the programmers of the world team up to defeat, the Internet. Coming soon in theaters near you!

Releasing November 2nd

Oops! I don't think I can participate because I have no ideas.

Well everyone, times up. Send the project links below.

oh nice

Well idk if blocks for games are allowed but heres some blocks i made for my upcoming geometry dash one, still unfinished and i do not need help (also this version is outdated and hasnt received any updates for a while)

https://snap.berkeley.edu/project?username=mr_owlssssnap2&projectname=23Dash%20clone

Well I quickly assembled a constrain function that is too simple to get a library:
constrain(x,l,u):
if x<l:return l
if x>u:return u
return x