Skip to content
Open navbar menu
Sign UpLog In
Profile icon

p1ckl3

Hacker
@p1ckl3
  • shooty

    Cover page
    Made with Kaboom
    Recent comments (9)
    p1ckl3
    p1ckl3
    1 year ago

    *Hello! * I have been working on a shooter game and the projectile(or bullet) won't shoot in the right direction. Why????? If you want to check it out, go to line 62. Thanks!!

p1ckl3
p1ckl3
published a Repl
6 months ago
0
idk project game goose
idk project game gooseidk
p1ckl3
p1ckl3
published a Repl
1 year ago
0
Worst site ever
Worst site everThis is the worst site ever #create31
p1ckl3
p1ckl3
published an Update
1 year ago
1
translate
translate
My translator! (very glitchy)
I coded a language translator that takes your input and can turn it into Spanish, French, Mandarin, or Russian. This is VERY glitchy
#translator
p1ckl3
p1ckl3
published an Update
1 year ago
1
Why won't the bullet shoot in the right direction???
Hello! I have been working on a shooter game and the projectile(or bullet) won't shoot in the right direction. Why????? If you want to check it out, go to line 62. Thanks!!
SappyCitrus
SappyCitrus
@p1ckl3 okay, so apparently mousePos() gets the mouse position without caring about where the camera is, so when the camera moves, it kinda shifts the mouse in a sense. The solution seems to be replacing the mousePos() with mouseWorldPos()1 year ago
SappyCitrus
SappyCitrus
@SappyCitrus a better explanation is when you use mousePos() it gives the literal screen position, but when you use mouseWorldPos() it gives the position of the mouse in your entire game area.1 year ago
p1ckl3
p1ckl3
@SappyCitrus Thanks SO much!! I really appreciate it.1 year ago
p1ckl3
p1ckl3
published an Update
2 years ago
0
ad overload
Please Replit, do something about bots who post ads
Lately as replit has been getting more popular, it's also been getting more popular for bots to post junk. If you don't know what I'm talking about, go to a popular post and look through the comments. I don't know if it's just me or there is tons of posts like, 'Cool' then they attack a random link at the end. Recently, I got one that was on a question that I made from a bot that literally had the word 'ads' in the name. The message said something like, 'Definition of darkness, synonyms, related' and in the end, just put a random link called 'breakfast-menu' (I don't want to provide full link)! I don't click on them, because half of them are probably viruses. Replit, please do something about this
p1ckl3
p1ckl3
published an Update
2 years ago
0
Why is there an error?
When you run the program, you will get an error, in file map.py which gives little information. Anyone know what this error is?
MrVoo
MrVoo
@p1ckl3 I think you're missing a `)` on line 282 years ago
p1ckl3
p1ckl3
Thanks @MrVoo!2 years ago
p1ckl3
p1ckl3
published an Update
2 years ago
0
REPLIT STAFF - Please add back in the autofill function in HTML.
In the recent update, it has changed for the way better. But one pesky thing is how when you are in a html file it won't autocorrect like it used to. Let's say I have a div tag. I type in div and hit enter. It used to complete the div tag for me but now you have to type in '' then '</' then hit enter. I hope you see this and can benefit from this advice. Thanks!
p1ckl3
p1ckl3
published an Update
2 years ago
0
kaboom game
kaboom gameKaboom Game Programming Environment
How can I shoot projectiles to coordinates Kaboom JS?
How can I shoot projectiles to coordinates in Kaboom JS?
merryxmas2222
merryxmas2222
@p1ckl3 Idk2 years ago
p1ckl3
p1ckl3
published an Update
2 years ago
0
Why wont the clicked function work when bringing you to the next scene?
Why wont the clicked function work when bringing you to the next scene? Line 26
p1ckl3
p1ckl3
shared a Post
2 years ago
I am working on a weird game like thing and I need to collect what the user clicks. I know how to do kaboom but its been a while so I don't remember h
PixelPet
Kaboom
SixBeeps
SixBeeps
SpriteComp objects don't have events on them. Instead, you give them a tag and register a global event handler using one of the built-in functions. Looks like you need clicks()2 years ago
p1ckl3
p1ckl3
shared a Post
2 years ago
I have a game and I am building a little animation for it. When you press space, it starts the anim, but it never returns to its original state. Anyon
footballjs
Python
p1ckl3
p1ckl3
shared a Post
2 years ago
I am working on a game and the font import did not work. Does anyone know whats going on?
footballjs
Python
p1ckl3
p1ckl3
shared a Post
2 years ago
I am working on a kaboom game. It may be more complicated than a normal kaboom repl because I made it into Flask. Thanks to @coder100, I could incorpo
footballjs
Python
MrVoo
MrVoo
Put your sprites folder in a folder named static2 years ago
p1ckl3
p1ckl3
shared a Post
2 years ago
So I want to code a game... that requires Kaboom JS and python. I do not know any other ways to connect python to kaboom so does anybody now any way I
footballjs
Python
Coder100
Coder100
anyways you forgot to import kaboom, please read the getting started: https://kaboomjs.com/doc/setup2 years ago
Coder100
Coder100
you can, because kaboom is frontend. You can communicate with python through posts requests, but kaboom is more js, as is in the name, the template is in js because its just easier to do2 years ago
p1ckl3
p1ckl3
shared a Post
2 years ago
I am making a game and when I add a sprite, it says it is 32 by 32 px but is isn't. I need it to be 32 by 32 because when I add a sprite with another
Mouse game
Kaboom
Coder100
Coder100
in your sprite, you can add the width and height: 'w' : () => [sprite("w", { width: 32, height: 32 })] view the docs: https://kaboomjs.com/#sprite also make sure when you make your sprites they are 32 x 322 years ago
MrVoo
MrVoo
What makes it not 32x32? All your sprites looks the same size2 years ago
p1ckl3
p1ckl3
shared a Post
2 years ago
I have been coding a game and it says there is a syntax error. Does anyone know whats wrong?
Mouse game
Kaboom
SixBeeps
SixBeeps
You don't have a buildingblock1p3, try adding one2 years ago
p1ckl3
p1ckl3
shared a Post
2 years ago
I am working on a game and one block has a tag of solid() but isn't solid! Whats wrong?
Mouse game
Kaboom
MrVoo
MrVoo
Try adding area() to the mouse sprite2 years ago
p1ckl3
p1ckl3
shared a Post
2 years ago
Why is the mouse not flipping? Anyone know?
Mouse game
Kaboom
Coder100
Coder100
hi it appears the code is working now2 years ago
SixBeeps
SixBeeps
I assume you've fixed it now?2 years ago
p1ckl3
p1ckl3
shared a Post
2 years ago
I am building a game and want it to be kaboom. But, since replit has updated the kaboom repl type, its so overcomplicated like how I cant even load a
lajbel
lajbel
you can fork this https://replit.com/@replit/Kaboom-legacy?v=12 years ago
MrVoo
MrVoo
Try loadPedit()2 years ago
p1ckl3
p1ckl3
shared a Post
2 years ago
I am working on a game and an anim will not play. Anyone know whats wrong?
Football
kaboom
lajbel
lajbel
You are trying to use a feature of Kaboom 2000 I recommend you try the new Kaboom Repl, with those functions and more! only to https://repl.new and choose Kaboom. You are using legacy 0.5.0. You can read this post for more info about Kaboom 2000 https://blog.replit.com/kaboom20002 years ago