WIP for family accounts; #picotron (and later #pico8 & #voxatron) owners will be able to add up 5 family members to their account, each with their own username & icon. Also handy for testing multiplayer games during development.

The stuff I'm coding keeps hitting my token limit on #pico8 so I'm thinking of upgrading in the new year. Torn between #picotron and #voxatron. While I like the idea of getting into 3D I tried some voxatron carts on my phone and they didn't seem to work, which sort of ruins one of my use cases for it.

So it's looking like picotron.

Anyone remembers #Voxatron? That #game was really cool, one of the first from the golden age of indie devs
@playmedusa Have you looked at #voxatron?
Getting back into #pico8 and just sprang (sprung?) for purchasing it with #picotron and #voxatron. Still working with #python #roguelike tutorial, but something very tempting and accessible with fantasy consoles!
Time for Lunch... 2.5D!
#voxatron
Fantasy Consoles: What would the retro console of your dreams look like?

A Brazilian Portuguese version is available here. In the mid-1990s I had my first contact with a...

DEV Community

@martian @Farbs

Finally got around to getting the #voxatron licence installed that came with my #lookingGlass and ran this code on it. Looks cool in 3D.

#lovebytetcc day 8 challenge in #voxatron :D
253 characters.

f=0
w=128
b=function(v)blit_voxmap(-1-v,-2+v,0,0,0,0,-v,0,w,w,64)end
function _draw()b(0)clv(0)b(1)for i=0,5 do
a=i/6+f/240
r=sin(f/120+a)*8+16
sphere(64+sin(a)*r,w,32+cos(a)*r,r/4,(f+i*2.5)%16)end
f+=1
for i=0,15 do
pal(i,flr((i-f)%16/16*6)+8,1)end
end

UI mockup for voxel adventure thing.

#voxatron #pico8