Leave me alone!!
A game made for tweettweetjam2 Using Pico-8 * Play on mobile using this url: https://www.lexaloffle.com/bbs/?tid=34229 Story: For some reason. Neighbors start running to your house. Throw stones to protect your privacy. Controller: Press "z" button for change direction. Press "x" button for restart game. Code: q=63w={}b={}t=0s=0z=0p=btn a=abs function _update() if s<0then if(p(5))s=0 else pal()cls()t+=1 ?s u=cos(z)v=sin(z)x=q+(u*8)y=q+(v*8) if(t%6==0)add(b,{x=x,y=y,u=u,v=v,t=t}) if(p(4))z-=0.08 z+=0.04 if(t%50<=s%6)r=rnd(1)k={u=-cos(r),v=-sin(r)}k.x=q+k.u*q k.y=q+k.v*q add(w,k) ?"●",x,y,7 for g in all(b)do g.x+=g.u g.y+=g.v ?"●",g.x,g.y if(t-g.t>40)del(b,g) for o in all(w)do if(6>a(g.x-o.x)and 6>a(g.y-o.y))g.t-=90 del(w,o)s+=1 end end ?"⌂",q,q for o in all(w)do o.x-=o.u o.y-=o.v ?"웃",o.x,o.y,8 if(3>a(o.x-q)and 3>a(o.y-q))pal(7,5,1)b={}s=-1t=0w={} end end end *If you like this game. You can support by buying game cartridge. :)
About BeeGames social
Playground and Play together are the BeeGames social layer — so you're never just playing alone.
What is a Playground?
Your Playground is your own personal game homepage. Pin the games you love, give it a name and a short bio, then make it public to share your personal arcade with anyone.
How do I use my Playground?
On any game page, tap “Playground” to pin that game. Head to My Playground to edit its name, bio and layout, then share your public link with friends.
What is Play together?
Play together lets you co-play the same game with friends in real time. Open a game room and everyone can play side by side while chatting in the room — like crowding around one screen, online.
How do I play with friends?
Tap “Play together” on a game page, pick a public room or a private one with a password, then share the room link with friends. You can also browse and join open rooms from the Lobby.
