

Hey everyone!
I'm back again with more progress on my handheld console for pico8! We finally sourced a crispy square LCD display, started development on our own pico8 games launcher, and have made the switch to linux to support native pico8 by incorporating the Raspberry Pi Compute Module 4. Currently we only have renders and 3D printed prototypes but we are in the process of sourcing the parts and manufacturing the first couple of beta units. Hopefully in the next couple of weeks we would be able to show the assembled console playing games!
If you will like to keep up with development, come chat with us on our discord (https://discord.gg/KzFn8Vb4qw), or join our mailing list (https://pex-labs.com/). See you all soon!




Slightly improved version of my old cadridge (https://www.lexaloffle.com/bbs/?tid=52357)
added highscores and some visuals are improved, along with change to update60()
unminified code is at my github - https://github.com/pgulb/space-flight-pico8

A remake of the SPR() sprite function that i used as a way to become more familiar with the software. Enjoy!
--shpr (spr, but bad) function shpr(s,x,y,w,h,fx,fy) --default position and size --if not declated. w=(w or 1)*8 h=(h or 1)*8 x=x or 0 y=y or 0 --default flip to false --if not declared. fx=fx or false fy=fy or false offx=0 offy=0 s=flr(s) --changing offsets if the --sprite is fliped if fx==true or fy==1 then fx=-1 offx=w-1 else fx=1 end if fy==true or fy==1 then fy=-1 offy=h-1 else fy=1 end offs=0 drawns=s --checkign where the sprite is --based on the sprite index. if s>15 then repeat offs+=8 drawns-=16 until s-(offs*2)<16 end --repeat for the entire sprite. size for px=0,w-1 do for py=0,h-1 do --check colour of --current pixel. local col=sget(drawns*8+px,py+offs) --checking if palt --has been used. --the value is +16 if --transparent. if (peek(0x5f00+col)<16) then --drawing the current --pixel to screen. pset(x+(px*fx)+offx,y+(py*fy)+offy,col) end end end end |


Welcome to Picotron's Universe
Picotron's Universe was been born by the Roblox vaultage Picotron Cartridges
to watch this video, press the play button or click/tap the text that says Febten's Pineapple Pizza Act 1
Also please Ignore Randompersonscrazystuff's Video, It's randomly a meme if you preferred it as "Roblox"


