a,c=128,circfill::_::c(64,64,20,2)c(64,64,10,10)for i=0,a do line(0,a,i,i,6)line(a,0)end?"\^1\^c1" goto _

Thats as little code as it gets to generate something that looks cool


This is a game I was working on, it would have been a shooter/bank-robber game


First time trying out someting more creative for a main menu, the game isnt out yet


Just a static image made of trees and a house:

::_::   cls(12) --sky   map(16,16,0,0) --clouds   map(0,16,0,0) --hills   map(16,0,-4,3) --trees   map() --front   ?"hello world ♥",1,1,13  flip() goto _

::_::t=time()for i=0,238 do x,y,a=i%16*9,i/16\1*9a=((64-x)^2+(64-y)^2)^.4 r=mid(0,sin(a/2+t/5)*30,10) for i=0,1 do circfill((i+x+mid(cos(t/2+a)*r,12)+t*10)%136-4,(y-i+mid(sin(t/2+a)*r,12)+t*10)%136-4,3-i*2,(r==10and 13or 5)+i*2)end end?"\^1\^c1" goto _

Made with only 252 chars, no premade sprites.


Dice rolling around


Boxes filling up, check for easter eggs!


Ghost looking around


Map maker, generates islands and forests!


Floating Islands


Endless scrolling text


Magnet thing


Blocks!


Particles painting space!


Micro Plasma with only this:

pal({-15,1,-13,-4,12,6,7,-9},1)::w:: for x=0,127do  y=(t()*t())%127 pset(x,y,abs((sin(x/160+t()/2)+cos(y/220)+sin(x/120))*3+rnd(tonum(btn(⬆️))))) end flip()goto w

If you go to Pico-8-Edu and press esc to go to the code tab, paste any of the code, and press strg-r or type run in the commandline you will get the same results! Thank you for checking my collection out, these are all made by me over the years. Have a nice day!

Leave a comment

Log in with itch.io to leave a comment.