Log In  
Follow
851523

hi i like playing and making games idk what to put here


so i have a gamepad with 10 buttons and no joysticks, however the dpad counts as 4 buttons but also as a joystick which is a problem because when i press for example left it counts as [←] AND [O] or up counts as [↑] AND [X]
my issue is that i cant turn the gamepad input off in the web player nor in the site settings (i dont know why it doesnt work) because i already have a program that makes it when i press a gamepad button it presses a keyboard button
so im basically asking for a feature to turn gamepad input off or to configure it (or if someone knows why chromes site settings dont work)

(also this doesnt belong into bugs but i couldnt find a support or suggestions category)

1
5 comments



Cart #texteditor-0 | 2025-06-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


A small text editor i made, has a few features
and probably some bugs too

also i wanted to do a clipboard save/load system but im on edu version and it's broken there

(btw the font is called 'Small Fonts' in windows)

0 comments



Cart #corrupte-0 | 2025-05-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


i thought of this one time and thought itd be really funny so i made it
(its probably been done before)

2
3 comments



Cart #snek455-0 | 2025-03-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


i sorta just wanted to make a small snake game

code for anyone interested (it could probably be smaller)

cls()poke(24364,3)t,e,l,x,y,d,m,p,r,b=20,btn,2,31,31,0,{{-1,0},{1,0},{0,-1},{0,1}},pset,rnd,{0,1,0,2,0,0,0,3}p(r(64),r(64),15)while 1do	f=flr(d/2)*2a=e()&15t-=1p(r(64),r(64),5)if(a>0 and not(e(f)or e(f+1)))d=b[a]t=0
if(t<1)t=3for k=0,63do for v=0,63do z=pget(v,k) if z%15~=0then p(v,k,z-1)end end end x+=m[d+1][1]y+=m[d+1][2]x%=64y%=64z=pget(x,y)if z%15~=0then stop(":(",8)elseif z==15then l+=1p(r(64),r(64),15)end p(x,y,l)
if(l>14)stop("gg",10)
flip()end

1
3 comments



Cart #demo3d-0 | 2025-01-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11


i tried making something 3d using weak perspective projection
i dont think it turned out super great but its something else than raycast 2d so im proud of myself ;)

11
2 comments



Help with tables

So I have a function for creating text with sprites (I'm sure people have done this already, but i specifically want help with one thing):

charspr{74,75,76,77,78,79,90,91,92,93,94,95,106,107,108,109,110,111,122,123,124,125,126,127,138,139,140,141,142,143,154,155,156,157,158,159,170,171,172,173,174,175,186,187,188}
charname{"a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","0","p","q","r","s","t","u","v","w","x","y","z",".","-","!","\"","\'",",",":",";","𝘹","?","1","2","3","4","5","6","7","8","9"," "}

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=129129#p)
3 comments



I'm not entirely sure if this is bug or my mistake, but i can't figure it out.
Basicly I have code that should save what I'm typing (it's the last line) to a var named code.
However if i add a function for deletion it doesn't work properly:
I can still type, however i have to hold for few seconds before it registers key presses, which does not apply for the backspace.
I also figured out, that only the first code will work properly, meaning if i swap the if with the var set, only typing works.

 if stat(31)=="\b" then
   code=sub(code,0,-2)
 end
 code=code..stat(31)

I'd be really happy to know if it's my mistake or a bug.

4 comments



Cart #rndflowergarden-0 | 2023-01-23 | Code ▽ | Embed ▽ | No License
3

A thing I made in school

3
3 comments



Cart #jelpilvl2-0 | 2022-12-15 | Code ▽ | Embed ▽ | No License
13

13
3 comments