This is my first game! The goal is to get the cards in order from 1-9 by swapping two cards at a time. The rules are simple, after swapping two cards, one of the next cards you have to swap with is the sum of the previous to cards. So, if you first swap 2 and 5, then the next card you have to swap with is 7. If the sum is greater than 9, then you add the two digits together (for instance, 7 and 5 can swap, but the next card you must swap with is 3 because 5+7=12, 1+2 = 3).
Known bugs:
- n/a (though I'm sure there are some)
Future improvements:
- better music/sound effects
- better graphics
- smoother animations when swapping
- add insane mode where the cards have a different color on the back, each swap flips the cards, and you need to get the cards in order AND all the same color

This is a tool that lets you remotely control Picotron from the host and vice-versa.
You can run commands in Picotron by running prt <COMMAND>
from the host
This is useful when working with an external editor. You can load and run the updated source code from the external editor, and build/extract the cartridge.
You can also run host commands from inside of Picotron with the host
command (included in the cart at /exports/appdata/system/util/host.lua
). You can even use pipelines!
Full usage and installation instructions are included in the repo: https://github.com/Rayquaza01/picotron-remote-terminal
There is an issue I know about where if the cart is running for a while, it will start dropping commands seemingly at random. Not sure exactly what causes this, but restarting the cart seems to fix it.





Endless Data
299 bytes
(299 chars)
pal({5,1,12,4,137,9,141,2})t=0::_::?'⁶1⁶c' t+=.1 for r=0,10do for c=8,-1,-1do srand(c+r*16+flr(t))x=r+c*16-t%1*16y=14*r+x/4h=30+sin(rnd()+t/(r+3))*15b=(1+r*3)%9fillp(flr(rnd(999)))rectfill(x,y,x+11,y-h,b+2+0x1c)fillp() for i=0,6do x-=1y-=1line(x,y,x,y-h,b)line(x,y-h,x+12,y-h,b+1) end end end goto _ |


Golden Cooking particle!
From KONSAIRI
(255 chars)
s,b,c=srand,{peek(0,8)},0::_::cls(1)c+=1for i=1,8 do b[i]+=btn(i-1) and 2 or 0 s(i)i=c-rnd(1024)s(i\10)x,y,r=(rnd(127)+b[1]-b[2])%128,(rnd(127)+b[3]-b[4])%128,sin(i/20)*8circ(x,y,r,2)oval(x-r,y,x+r,y,10)oval(x,y-r,x,y+r)circfill(x,y,r/2,7)end flip()goto _ |


Hello! This is my first cartridge for Picotron. You explore a castle and try to get to the crown. I barely know what Lua is, so please pardon any rough spots or gameplay.
This was mostly an experiment to see if i could actually make something with Picotron since I got it when it first released and then never used it. Thanks to the help of other people, there was a template I was able to use to create this! Massive thanks to taxicomics for making the original template.
(i know the thumbnail is screwed up, i sadly have no idea how to fix)


.jpg)


the old quarter
(294 chars)
local w,l,a,s,x,h,c,u,v,b,p,q=0::_::u=cos(t()/180)<<8&-1v=sin(t()/150)<<8&-1for i=0,86do w=(w+71)%192x=max(w-63.5)-8s=0for y=max(127-w-w)-16,min(256-x-x,127)do p=x+u q=y+v a=p\12c=a+q\12if(c!=b)h=((a~c)&15)/3b=c l=h s-=.29if(s<h)l+=2s=h pset(x,y,l+(p~q)%3/3)x+=.5end end?"⁶1⁶!5f11█ˇ5●67" goto _ |

