Log In  
Follow
my_name_is_doof

don't trust a word that comes out of my mouth about future plans i have a habit of randomly dropping projects because i realize i'm too stupid

KIRBY
by
[ :: Read More :: ]

idk how to get fget to check for a specific flag in picotron

P#144681 2024-03-27 13:04

[ :: Read More :: ]

there is no mget or fget

when i load my collision engine the uses both it gives me an error and when i look at the engine fget and mget are not lit up

if they have been renamed and you know there new names please help

P#144445 2024-03-25 17:50

[ :: Read More :: ]

The btn call acts very strange with the joystick where if I were to program

P1.x += btn(1)/125.5 - btn(0)/125.5

It would return the error: “attempt to perform arithmetic on a Boolean value”
Even though btn(1) and btn(0) both return numbers.

Some other things that may be of importance are that I am using the Linux version on my steam deck, and that I could not find startup.lua in my files.

P#142918 2024-03-24 18:47 ( Edited 2024-03-24 18:47)

[ :: Read More :: ]

how do i access gpio and how does it work like is 0x5f85 the 5th pin or the 6th pin how the heck do i count in decimals why is there a face on my wal-

(i don't actually own a pi i'm just trying to code for one)

P#137029 2023-11-06 19:22 ( Edited 2023-11-07 09:59)

[ :: Read More :: ]

Did anyone else get swarm racer 3000 with their copy of pico-8 (and is it any good) or is it just me

From your local autism gremlin

P#121681 2023-06-01 14:35

[ :: Read More :: ]

KIRBY

Cart #sebopefami-0 | 2023-05-10 | Code ▽ | Embed ▽ | No License
3

random thing i had lying around so i decided to post it because i need some filler while i work on my platformer
edit: that will probably never come out

P#129601 2023-05-10 13:28 ( Edited 2024-01-25 18:07)

[ :: Read More :: ]

Some more scratch blocks that I don’t know if they’re in pico 8

If you don’t know what they do:

-length of(“apple”):
-takes the input of a string and outputs how many characters are in that string (for example, length of(apple) = 5

-length of(listname):
-takes the input of an array and outputs how long that array is (for example:

X={1,2,5,3,7,}
Z=length of(x)
//Z == 5

)

So if you know if these are in pico 8 and what they are please tell me

P#122280 2022-12-12 14:28 ( Edited 2022-12-12 14:29)

[ :: Read More :: ]

Cart #empty-0 | 2022-12-01 | Code ▽ | Embed ▽ | No License
1

@bikibird for speako-8

my head for being empty

also the original creator of the meme
l
l
edit: oh god i just was thinking to myself how i hate people who do this i've become my own villain oh god oh crap-

P#122042 2022-12-08 18:30 ( Edited 2023-11-06 19:27)

[ :: Read More :: ]

Cart #empty-1 | 2022-12-01 | Code ▽ | Embed ▽ | No License
1

@bikibird for speako-8

my head for being empty

also the original creator of the meme

P#121682 2022-12-01 17:44 ( Edited 2022-12-09 14:53)

[ :: Read More :: ]

how to i export a cart as an image

P#121630 2022-11-30 18:30

[ :: Read More :: ]

so right now i'm working on a game called raise a thing (raise a floppa clone) and there are some things that i can't find and its these two blocks from scratch

and these are the two blocks i always use to create save codes and other things

so if anyone knows if these exist in pico 8 lua and what they are please tell me

another thing is does anyone have a point towards (x,y,sx,sy) function that i can use with credit?

what i'm looking for is something that you give the sprites x, y, the x and y you want to point at, and it outputs a direction that can then be put through sine and cosine to be converted into movement

i'll credit you in the credits (i'll make a note in the games code to make sure i don't forget)

P#121253 2022-11-23 21:20