I made a little little line-art infinite faller for TweetTweetJam 11. Try not to hit the walls!
I made a little little line-art infinite faller for TweetTweetJam 11. Try not to hit the walls!
TweetTweetJam 11 is complete!
20 amazing entries using only 500 characters of code. Every year Iโm amazed at what people can squeeze into a tiny game. Check out the entries!
Only 9 hours left! Get your TweetTweetJam entry in! 28 participants and 20 entries so far, but thereโs room for more!
DOTFUL DODGER
A #pico8 dot hell in less than 500 chars of code!
๐ช
SUPER
SOLAR
SYSTEM
SYZYGY
Will you be able to align the planets before they fall into the sun?
Second entry for #TweetTweetJam
Play here: https://beepyeah.itch.io/super-solar-system-syzygy
In 496 characters of #pico8 code:
I wrote a tiny #pico8 game called Jelpi-Knights for the #tweettweetjam , where the goal is to write a game with at most 500 characters of code and no external assets (aside from whatever your engine provides out-of-the-box). The result is here: https://itch.io/jam/tweettweetjam-11/rate/4623008
I'll discuss the game itself in-thread, but here is the incredibly cursed code I ended up producing:
z={2,32,33}โ=0::b::e=0โฅ=โ+1โช={0,0,0}g=0cls()๐=btnp()if(๐==32)โ=โฅ%3
if(๐==2)e=33
if(๐==8)e=18
z[โฅ]+=e
for โ=63,0,-1do
x=(โ&~7)>>3y=โ&7v={}โ
=x<<4โง=y*12for i=1,2do
q=x-i+3r=y+i
v[pget(16*q,12*r)-1]=r+q*16end
j=0::j::?"\^w\^tโ",โ
,โง,j+1
for k=1,3do
โ=6if(โฅ==k)โ=10
if(x<<4|y==z[k])g^^=(โช[k]^^j)โช[k]=j โช[8*k+j]=v[j]?"๐ฑ",โ
+2*k,โง+k,โ
end
if(v[j])j+=1goto j
end
::a::for k=1,3do
if(z[k]&136>0)cls(e%31)stop()
t=โช[8*k+(g^^โช[k])]if(e>0and t)z[k]=t e=0end
if(e<1)flip()goto b
z[rnd{1,2,3}]+=rnd{33,18}e=0goto a
I managed to score 223 on todayโs #DailyDash puzzle! https://dredds.itch.io/daily-dash
Submitted my game for TweetTweetJam!
https://itch.io/jam/tweettweetjam-11/rate/4619112
Had to ditch the background color animation because code char limit.
Two days left of TweetTweetJam 11! 22 participants and 8 entries so far!
Come join and make a game with only 500 characters of code!
Working on a game for TweetTweetJam.
Simply dexterity game where you have to pause at a specific time.
Still trying to get the code to 500 chars. That involves writing a fennel minifier from scratch.