Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
You have 4 strings. You can permute each string in anyway you want and then you are going to construct a trie from these 4 strings. What is the minimum possible number of nodes in this trie?
why do you think im a terrible dude with bad levels
Offline
Offline
Sticksam wrote:I wonder if GREEN signs will be a thing in the game...
idk, pls ask dev questions, this one is for designers and xenon
Oh, ok. I'll try that, but maybe later.
(If I can think or figure out of a way to do so, especially whenever I feel like it.)
Gosha wrote:idk, pls ask dev questions,
incorrect you said ANYTHING
So I'm guessing not every question can be asked or answered here?
"𝓗𝓘𝓖𝓗 𝓠𝓤𝓐𝓛𝓘𝓣𝓨" non-animated signature.
You know this eagle ain't lying when he can smell things miles away from him, all thanks to his super powerful sense of smell. (Idc if this image doesn't fit, lol.)
Idk what my profile icon is supposed to be, lol. Activeness: Infrequent ¯\_(º_o)_/¯
Boring fact: Used to have a 709+ daystreak, but lost it due to my memory error...and then eventually lost my 263+ daystreak, also due to my memory error. (Was I sane at that time...?)
Fun fact: If you happen to see my username or Sticksam on Twitter/x or on other sites, that's actually a different person, NOT me. I never use Twitter/x. I just wanted to clear up the confusion a bit for those who are not aware of this, lol.
I honestly know little to nothing about them when I first saw those names on the internet. XD (Might have to give myself a bit of a different nickname at some point in the future.)
Offline
You have 4 strings. You can permute each string in anyway you want and then you are going to construct a trie from these 4 strings. What is the minimum possible number of nodes in this trie?
An apple
why do you think im a terrible dude with bad levels
Because I am jealous
Gosha wrote:idk, pls ask dev questions,
incorrect you said ANYTHING
Yes, anything. But don't ask me design questions because I simply don't know the answer, I am a dev here, so dev questions would be better
Offline
How can I get some help regarding a world issue. I accidentally deleted one of my worlds. And then saved it out of not paying attention in my freak out.:(:(:(
Offline
Offline
How many "ask me anything" topics are devs going to make
Time before becoming a Member - Leaderboard
1. Whirl - 9 months
2. KirbyKareem - 8 months
3. pwnzor - 2.4 months
4. MWstudios - 2 months
5. ILikeTofuuJoe - 1.5 months
Piskel is the best GIF maker I've seen
HG's signature for me - Anatoly's signature for me
The Mashed Potatoes Song - The longest post on EE forums - Play my Minesweeper
Offline
can you please add on 1st page all your answers?
if none to our questions then why are we asking?
Offline
Do you remember me? :3
Offline
Hello Gosha, I have a few questions for you about the game physics:
Blocks & smileys:
1) Are block hitbox smaller than smileys?
2) Is there any space between two blocks together?
3) Do blocks or smileys have missing pixels on each edge?
Speed up:
1) Do you stack more speed in the middle of the run?
Position of the smiley:
1) Do EE ¨fix¨ the position of the smiley after it stop moving? (If so, why?)
Boost:
1) Is boost the max speed possible for the game?
2) Can you offer resistance against a boost, like if it was a dot/arrow?
3) Can you reach the boost speed without any boost?
Ice block:
1) Do it have influence outside its hitbox size about the speed boosting it gives? (Like an ¨aura¨)
I'm not Gosha, but I'm pretty sure I can answer most of these questions
Blocks & smileys:
1) Are block hitbox smaller than smileys?
No2) Is there any space between two blocks together?
No3) Do blocks or smileys have missing pixels on each edge?
Not completely sure what you mean, but smileys and blocks both have an exact 16x16 pixel hitbox, hopefully that answers your questionSpeed up:
1) Do you stack more speed in the middle of the run?▼I mean something like this:The factors at play are a driving force and air resistance, so you have a highest acceleration at the start
▼Like this (a random image I found online)Position of the smiley:
1) Do EE ¨fix¨ the position of the smiley after it stop moving? (If so, why?)
EE adjusts the smileys location if you are close to the gric once you stop moving, this is so you can more easily jump up through one block gaps etc.Boost:
1) Is boost the max speed possible for the game?
I think so (citation needed)2) Can you offer resistance against a boost, like if it was a dot/arrow?
Boosts set your velocity to a constant value while you are in them, so nothing else will affect your speed, but a small bug means that for two (iirc) ticks after you leave the boost you have dot physics, in which you can oppose the boost even if you wouldn't be able to normally3) Can you reach the boost speed without any boost?
Don't think so (citation needed)Ice block:
1) Do it have influence outside its hitbox size about the speed boosting it gives? (Like an ¨aura¨)
I'm pretty sure EE only checks the block under the middle of your smiley, so no (citation needed)
Offline
Hello Gosha, I have a few questions for you about the game physics:
Blocks & smileys:
1) Are block hitbox smaller than smileys?
actually, smileys don't have actual hitboxes. It's a bad system with hardcoded physics. The short answer is no, smileys are 16x16 and most of the blocks too.2) Is there any space between two blocks together?
no3) Do blocks or smileys have missing pixels on each edge?
noSpeed up:
1) Do you stack more speed in the middle of the run?▼I mean something like this:Each tick gives you some momentum, then "air" resistance slows that momentum until they match up (max speed)
Position of the smiley:
1) Do EE ¨fix¨ the position of the smiley after it stop moving? (If so, why?)
yes, iirc if you are in range of 4 pixels to the middle of the block it will adjust your position. This comes from the early ages of ee. (also without this it wouldn't be possible to get into the hole at the slower speeds unless you land perfectly in the middleBoost:
1) Is boost the max speed possible for the game?
what do you mean? side note: i once gave boosts a very high drag value and were able to pass blocks, so i wouldn't like increasing the max speed even more, boosts are pretty fast.2) Can you offer resistance against a boost, like if it was a dot/arrow?
boosts have a "dot" physics (actually, it's not dot, but it's default drag without any force messing with you), but also give you a boost, so that's why it's possible to move in them (it's mostly comes from bad implementation, god bless mrshoe era)3) Can you reach the boost speed without any boost?
yeah, portals increase your speed by 1.34 (iirc), this value was higher in early days of ee, so portal boosts were a thingIce block:
1) Do it have influence outside its hitbox size about the speed boosting it gives? (Like an ¨aura¨)
ice blocks work very poorly, basically it checks the block below you (16 pixels down). If you are that range - your physics switch to ice physics. Once you leave that 16x16 block - you return to normal physics. I would like to fix this bad implementation, but many worlds rely on ice blocks, so it's sadly not possible
Offline
Why is your smiley default?
~meow~
Posting Goal: 2000
#Joe Griffin
Thanks HG for the signature and avatar!!!
Offline
Why is your smiley default?
sometimes i wear zombie smiley, which doesn't get saved and instead transforms into regular smiley. Then i just don't bother to switch
Offline
Hello Gosha, recently I made a topic about magic coins, I would appreciate to have that questions answered by you.
[ Started around 1732701471.8853 - Generated in 0.167 seconds, 12 queries executed - Memory usage: 1.71 MiB (Peak: 1.94 MiB) ]