Little Pyramid
- November 16, 2018
- Gip Games
This game was made for the tweet tweet jam. The code has to be the size of two tweets or less. 560 characters. This one comes in at 547 characters of code.Here is the entire code:t=0;vx=0;vy=0;vr=0;n=1;ty=140;g=true;poke(0x3FFB,1)function TIC()if g then u=3;q=15;t=t+1;if t%math.random(30,90)==0 then n=n*-1 end;vx=vx+n;vy=vy+.5;x,y,p=mouse()c=pix(x,y)z=pix(vx/vr,vy-6)cls(13)circ(100,920,800,4)tri…