Among Tweets
Among Tweets
My final entry to #TweetTweetJam 6 entry is: Among Tweets ๐ช
An attempt to demake Among Us in PICO-8, but in just 560 bytes (555 chars), using NO art assets! ๐
CONTROLS
- โฌ๏ธโฌ๏ธโฌ ๏ธโก๏ธ = Walk
- โ = Kill
FEATURES
- ๐คผ 4x Split-Screen MULTIPLAYER
- ๐ฐ SKELD-like ship*
- ๐ช EVERYONE is an Imposter
- ๐ป Dead players can HAUNT
- ๐ฆ 3D DEPTH Effect*
- *(kinda, or as close an approximation of as I could do in 560 bytes - so alas, no random imposter/voting, etc. ๐ )
SOURCE CODE (560 bytes / 555 chars)
?"\^c0\-j์\f7\vvโ \+9r\f5oโ&\-0\|luใp" z=126rect(6,13,19,18)memcpy(0,6^13,โค)h=63g={}for i=8,11do g[i]={x=i*6,y=4}end::_::cls()for i=8,11do n=(i*h)%z m=(i\2*h)%z c=g[i]camera(c.x-n-32,c.y-m-32)clip(n,m,61,61)b=btn for t=4,5do pal(5,t)sspr(0,9,h,h,-z,-h+t*5,z*8,z*8)end for a=3,0,-1do p=g[a+8]p.a=b(0,a)and-1or(b(1,a)and 1or 0)p.b=b(2,a)and-1or(b(3,a)and 1or 0)d=p.a c=pget(p.x+d,p.y+p.b) if(b(5,a)and c>7)g[c].d=1cls(8) if(not p.d)pal(6,a+8)pal(7,12,1)spr(0,p.x-4,p.y-((p.x+p.y)%6<3and 0or 1)-3,1,1,d>0) if(c>4and i==a+8)p.x+=d p.y+=p.b end end flip()goto _
Comments
Log in with itch.io to leave a comment.
This is incredible. Hats off to you!
Thank you very much! ๐
Wow, this is very cool. Functional split screen multiplayer is impressive even for a normal Pico-8 game, let alone a tweetcart. The minimalist art even looks nice, too, and the 2-char player sprites are instantly recognizable and extremely cute =).
Thanks very much - means a lot coming from someone with your level of "coded sprite" skillz! ๐
Haha, wow that is impressive for 555 chars! Even the walking "animation". So much detail in such a tiny game. Cool.
(Also appreciate the thematic starfield background of this page!)
Thanks a lot, Tom. ๐
I did originally have a 2nd anim frame (using kanji chars), but alas, it ate up too many chars.
Good ol' PICO-8, breeding creativity through limitations! ๐
The starfield bg was the "King of Workarounds". ๐
I orig had it in the game, but again had to sacrifice it for char count. The moment I realised I could have it on the game page to imply it's the space behind the ship, made me smile ear-to-ear! ๐
Nice! Did you somehow edit the gif to be a perfect 128 frames? Cuz that is a great idea I am gonna steal. :D
Nah, I just made it long enough that hopefully most ppl won't notice it restart. ๐คซ
(I did want a perfect cycle, but with the multiple depth layers, my brain melted at how to calculate that!! ๐ )
Ah k cool!