P#132663 2023-08-02 18:25 ( Edited 2023-08-02 18:27)
ive made a some what of a game in picotron playground
--cool
--dyln
function _init()
x=64
y=64
b = userdata("
![]() |
[8x8] |
end
function _update()
if (btn(1)) then
x +=1
end
if(btn(0)) then
x-=1
end
if(btn(2)) then
y-=1
end
if(btn(3)) then
y+=1
end
end
function _draw()
cls()
spr(b, x, y)
end
P#129800 2023-05-16 13:22
i made this with a tutorial
P#129729 2023-05-14 22:42
im gunna off pico 8 for a while to work on asumthing
P#121007 2022-11-19 19:37
after bside, this will be done
P#120330 2022-11-08 19:43 ( Edited 2022-11-08 23:18)
lani or jelpi for bside?
P#120308 2022-11-08 12:48 ( Edited 2022-11-08 16:01)
This is part 1, there's a lot of things still planned like:
wavy scarf
all levels finished
remastered and remixed songs (my specialty)
and fixed text (cuz I can't code)
and maybe a boss
so yeah stay tuned
P#120227 2022-11-06 21:04 ( Edited 2022-11-07 18:28)
supposed 2 be desc but anyway
imma add music to it soon
P#120220 2022-11-06 19:26