The ๐—ฃ๐—œ๐—–๐—ขโฌฉ๐Ÿญ๐—ž ๐—๐—”๐—  ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฏ has now started! ๐Ÿฅณ
๐ŸŒ itch.io/jam/pico-1k-2023
You have until end of Sep to create:
๐Ÿ•น๏ธ Games
๐Ÿ“บ Demos
๐Ÿ› ๏ธ Tools
...in using โ‰ค 1KB of ๐Ÿ—œ๏ธ code!

(, see code in ALT tag)

#pico8 #tweetcart #Pico1k #gamejam #demoscene #sizecoding

Last updated 1 year ago

2 Weeks until Jam 2023! ๐Ÿ‘ฉโ€๐Ÿ’ป
๐ŸŒ itch.io/jam/pico-1k-2023
๐Ÿ‘จโ€๐Ÿ’ป Make carts in โ‰ค 1KB of compressed code
๐Ÿ“… SEP 1st-30th 2023
What game/demo/tool will YOU make? ๐Ÿค”

#Pico1k #pico8 #gamejam #demoscene #tweetcart #codegolf #sizecoding

Last updated 1 year ago

โ–ˆโ–“โ–’โ–‘ ๐—ฃ๐—œ๐—–๐—ขโฌฉ๐Ÿญ๐—ž ๐—๐—”๐—  ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฏ โ–‘โ–’โ–“โ–ˆ
๐ŸŒ itch.io/jam/pico-1k-2023
๐˜ž๐˜๐˜ˆ๐˜›?
๐Ÿ‘จโ€๐Ÿ’ป Make Games/Demos/Tools in โ‰ค 1KB of compressed bytes
๐˜ž๐˜๐˜Œ๐˜•?
๐Ÿ“… SEP 1st-30th 2023
Hope to see you at jam! ๐Ÿค“

#pico8 #Pico1k #gamejam #demoscene #tweetcart #codegolf #sizecoding

Last updated 1 year ago

Michaล‚ Rostocki · @von_rostock
51 followers · 26 posts · Server socel.net

"Collapse"
Some danced. Most cried. Everyone knew that once the collapse started, it was unstoppable.

280 characters long source below

R=128a={}for i=0,7^5do
x=i%R
y=i\R
b=8-abs(x%16-8)c=(x&8)+1+i/9999+rnd()if(y<b)c=3
sset(x,y-b/2+4,c)a[i%R+1]={R,i,0}end::_::for p in all(a)do
y=p[1]x=p[2]%16-2*t()p[1]+=p[3]p[3]*=1.1if(y>127)del(a,p)add(a,{45,x,rnd()+.01},1)
spr(x&14,x*8%R-8,y,2,10)end?"\^1\^cc\^!5f1149โ™ฅ"
goto _

#pico8 #tweetcart #codeart #generative #pixelart #sizecoding

Last updated 1 year ago

Josiah Winslow · @winslowjosiah
48 followers · 270 posts · Server hachyderm.io

I did, however, find an existing spiral galaxy from user @samuelks that looks amazing. Better than I would've been able to do by myself.

This is basically what I would've went for, but I decided on a different visualization instead.

twitter.com/samuelks/status/12

#tweetcart #pico8

Last updated 1 year ago

Josiah Winslow · @winslowjosiah
48 followers · 270 posts · Server hachyderm.io

Day 24

For the opening cutscene, at first I wanted to represent the dark void with a spiral galaxy animation.

But I think this one fits the context slightly better. It reminds me of neurons & synapses.

Inspired by a from @twitonatrain! twitter.com/twitonatrain/statu

#agbic #tweetcart #pico8 #gamejam #gamedev #gamedevelopment #indiedev #programming

Last updated 1 year ago

Alistair Hutton · @twitonatrain
81 followers · 79 posts · Server mastodon.scot

Cool thing.

q={}?"\^!5f1001๐Ÿ˜<"
for y=1,127,2do
q[y]={r=0,s=rnd(9)+39,u=rnd()<.5}end
::h::cls()for y=1,127,2do
b=q[y]w=b.r
s=b.s
for i=0,31do
d=(16-abs(16-i))/16*3.5if 0x8000&w<0then
p=i*2+s
if(b.u)p=s*2-p+64
pset(p,y,d)end
w<<=1end
b.r<<=1b.r|=rnd()<.7and 0x1>>16or 0
end
flip()flip()goto h

#tweetcart #pico8

Last updated 1 year ago

(@kometbomb ยท Feb 11, 2018)

Hello friends.

t,r,z,q=0,rect,{7,10,9,4,1,0,1,2,13,14,15,7,7},64
fillp(23130)::_::cls(5)t+=.01
for x=-1,127 do
p=y or 1
y=cos(x/99+sin(t+x/q)*.2)*8
c=max(1,min(12,(y-p)*8+4))
r(x,q,x,-y+92,1*16+5)
r(x,q,x,-y+90,1)
r(x,q,x,-y+88,0)
r(x,y+46,x,y+76,z[flr(c)]+z[flr(c+.5)]*16)
end
flip()goto _

pico-8-edu.com/?c=AHB4YQETAOOP

#pico8 #tweetjam #tweetcart

Last updated 1 year ago

(@HuCABBAGE ยท Feb 8, 2018)

j=0 k=0 w=64poke(24364,3)f=flr
d={}h=w/2 a={}v=w*2
for j=0,v*v+v do
sset(j%9,j/9,j)y=f(j/v-w)x=j%v-w
a[j]=h*atan2(y,x)d[j]=w/sqrt(x*x+y*y)%8
end::_::j+=.02for s=0,w*w do
y=f(s/w)b=s%w+h+f(h*sin(k)+v*f(h*sin(k*2)+h+y))pset(s%w,y,sget((j*9+d[b])%8,(j+a[b])%8))end
k-=.001goto _--_?!

pico-8-edu.com/?c=AHB4YQEYAPWn

#pico8 #tweetjam #tweetcart

Last updated 1 year ago

(AtHandleAndDate)

Selected PICO-8 Works.
me.blokatt.net/post/1703629650

n=128;r=rnd;c=circ::_::a=0::y::c(64,64,55+a/7,7)a+=1;c(74+a*.9,38+a*2,9-a/5)c(35+a*1.5,35,3.5)c(69-a,41+a*1.5,5.5-a/13)c(33+a/2,39,7)c(59,63,a/5)c(61,58,2)
if(a<26)goto y
memcpy(0,n*192,n*64)p=0::m::x=r(n)y=r(n)j=sget(x,y)
if(r(j)<3)c(x,y,1,j)
p+=1if(p<n*7)goto m
goto _

pico-8-edu.com/?c=AHB4YQEOANnn

#aphextwin #pico8 #tweetjam #tweetcart

Last updated 1 year ago

(@TRASEVOL_DOG ยท Jan 19, 2018)

fillp(23130)e="1224499aaff77"v=cos::s::cls()u=t()/24w=sin
for y=0,127 do
z=y/999j=v(u+z)g=.2*w(j-u*3+z)k=14+3*v(w(z*4-u*9))for l=0,15 do
i=l/4x=64+16*w(j)+32*v(-g%.25+flr(i)/4)a=x+k*v(i+g)b=x+k*w(i+g)
if(a>b)d=flr(8/k*(a-b)+1)rect(a,y,b,y,"0x"..sub(e,d,d+1))end
end
flip()goto s

pico-8-edu.com/?c=AHB4YQEWAPln

#pico8 #tweetjam #tweetcart

Last updated 1 year ago

(@sean ยท Jan 13, 2018)

z=128
for i=1,16 do
pal(i-1,sub("12556",i/2,i/2),1)end
cls(z)::q::
if(rnd()<.1)circfill(rnd(z),rnd(z),rnd(44),0)
for i=0,z*z,5 do
x=i/z
y=i%z
sset(x,y,(
pget(x-2,y+1)+
pget(x+1,y+2)+
pget(x-1,y-2)+
pget(x+2,y-1)
)/3)
end
sspr(0,0,z,z)flip()goto q

pico-8-edu.com/?c=AHB4YQEVANjr

#pico8 #tweetjam #tweetcart

Last updated 1 year ago

Michaล‚ Rostocki · @von_rostock
49 followers · 18 posts · Server socel.net

"Sunset memories"
It is time to go, but the kid just jumps tirelessly. He cannot comprehend the crisis but knows something is off. Perhaps it's because of his parents' sad eyes or forced smiles.

279 char source below

#pico8 #tweetcart #codeart #generative #pixelart #sizecoding

Last updated 1 year ago

Michaล‚ Rostocki · @von_rostock
46 followers · 16 posts · Server socel.net

"404"
The MRI scan is clear. The memory-leech is right there, stealing both your past and possibly your future. There is a procedure for parasite removal, isn't there? You can't recall.

277 characters source code below

#pico8 #tweetcart #codeart #generative #pixelart #sizecoding

Last updated 1 year ago

Michaล‚ Rostocki · @von_rostock
43 followers · 15 posts · Server socel.net

"Checkmate"
Standing up is quite an effort after the blast. You hear the deadly sine wave and see the blue lights of a cop car reflected in the kitchen tiles. Not many moves left.

p={}::_::clip()?"\^1\^c0\^!5f11โ–’12โ˜‰8>"
for i=0,70 do
if(<70)p[i]={i%2,rnd(4)\1,rnd(.1)}
x=i%9*16y=i\9*16f=mid((sin(t()/3+i/512+p[i][1]/2)/2+.5+p[i][3])^2*2,1)s=p[i][2]sx=s%2*32sy=(s&2)*16clip(x,y,15,15)circfill(x+sx-1,y+sy-1,48*f,7*f^(.5*((t()-.3)\1.5%2)))end
goto _

#pico8 #tweetcart #codeart #generative #sizecoding #p

Last updated 1 year ago

(@GregosEl ยท Dec 31, 2017)

We'll be there in a matter of hours. Meanwhile listen to this short outrun playlist and enjoy the road, it's yours.
youtube.com/playlist?list=PLzz

r=64 t=0
::a::
cls(14)
circfill(64,35,20,8)
rectfill(0,44,128,128,0)
z=sin(t/24)/2
for n=0,20 do
f=(n+t%1)^2.7/16
y=f+43
line(-1,y,r-f*(z+.8),y,2)
line(r+f*(-z+.8),y,128,y)
end
?"2018",57,33,14
w=t%1<.5 and"m"or"w"
?":/+-\\:\n"..w.."<\152>"..w,53,90,8
t+=.25
flip()goto a

pico-8-edu.com/?c=AHB4YQEPAO5P

#pico8 #tweetjam #tweetcart

Last updated 2 years ago

(@odditica ยท Dec 28, 2017)

Classic plasma.
Thank Twitter for messed up colours.
me.blokatt.net/post/1690507026

c=cos;s=sin;t=5::_::t+=.01for i=0,990 do;x=rnd(127)y=rnd(127)p=x;o=y;w=80+10*s(t);x+=s(o/w+t)*9y+=c(p/w-t)*9q=60+30*c(t/2)v=mid(8,11.3+(s(x/q+t-x/q/2)*.7+s(t/4)*.3+c(y/q-t-y/q/2)*.7+c(t/4)*.3)*1.7,14)fillp()circ(p,o,2,v)fillp(23130.5)circ(p,o,2,v+.5)end;flip()goto _

pico-8-edu.com/?c=AHB4YQEKANY3

#pico8 #tweetjam #tweetcart

Last updated 2 years ago

(@guerragames ยท Dec 24, 2017)

-- eyes see you

c=circfill
poke(24365,1)
::_::
m=stat(32)n=stat(33)
cls()
for i=0,128,16 do
for j=0,128,14 do
x=j/14%2>=1 and i+8 or i
q,w=i-m,j-n
q/=28
w/=28
c(x,j,7,7)
c(x-q,j-w,4,12)
c(x-q,j-w,2,0)
end
end
c(m,n,2,8)
flip()
goto _

pico-8-edu.com/?c=AHB4YQEIANXr

#pico8 #tweetjam #tweetcart

Last updated 2 years ago

#pico8 #tweetcart

Last updated 2 years ago