How does Slither.io resolve head-on collisions?
up vote
12
down vote
favorite
In Slither.io, whenever I run into another snake head on, I seem to lose the exchange and die while my opponent lives on. It's most apparent when there is a fresh kill and we're both racing (boosting) from opposite ends of the former snake until we inevitably meet in the middle.
I'm sure this is just a bit of confirmation bias, but when two snakes run into each other head on, how does the game determine which one survives and which one becomes snake food?
For anyone not familiar with this online game: slither.io is a large-field, multi-player game where you move your "snake" around trying to avoid running into others while causing others to run into you.
slither.io
add a comment |
up vote
12
down vote
favorite
In Slither.io, whenever I run into another snake head on, I seem to lose the exchange and die while my opponent lives on. It's most apparent when there is a fresh kill and we're both racing (boosting) from opposite ends of the former snake until we inevitably meet in the middle.
I'm sure this is just a bit of confirmation bias, but when two snakes run into each other head on, how does the game determine which one survives and which one becomes snake food?
For anyone not familiar with this online game: slither.io is a large-field, multi-player game where you move your "snake" around trying to avoid running into others while causing others to run into you.
slither.io
1
If I had to guess it is based on which snake moves first. Which snake moves first? Well... maybe it is the one that was created first. Or they get a random id, and they are enumerated by id. I am mostly just guessing here.
– Sumurai8
Jun 3 '16 at 19:32
add a comment |
up vote
12
down vote
favorite
up vote
12
down vote
favorite
In Slither.io, whenever I run into another snake head on, I seem to lose the exchange and die while my opponent lives on. It's most apparent when there is a fresh kill and we're both racing (boosting) from opposite ends of the former snake until we inevitably meet in the middle.
I'm sure this is just a bit of confirmation bias, but when two snakes run into each other head on, how does the game determine which one survives and which one becomes snake food?
For anyone not familiar with this online game: slither.io is a large-field, multi-player game where you move your "snake" around trying to avoid running into others while causing others to run into you.
slither.io
In Slither.io, whenever I run into another snake head on, I seem to lose the exchange and die while my opponent lives on. It's most apparent when there is a fresh kill and we're both racing (boosting) from opposite ends of the former snake until we inevitably meet in the middle.
I'm sure this is just a bit of confirmation bias, but when two snakes run into each other head on, how does the game determine which one survives and which one becomes snake food?
For anyone not familiar with this online game: slither.io is a large-field, multi-player game where you move your "snake" around trying to avoid running into others while causing others to run into you.
slither.io
slither.io
edited Jun 3 '16 at 19:39
asked Jun 3 '16 at 17:48
Robert Cartaino♦
161211
161211
1
If I had to guess it is based on which snake moves first. Which snake moves first? Well... maybe it is the one that was created first. Or they get a random id, and they are enumerated by id. I am mostly just guessing here.
– Sumurai8
Jun 3 '16 at 19:32
add a comment |
1
If I had to guess it is based on which snake moves first. Which snake moves first? Well... maybe it is the one that was created first. Or they get a random id, and they are enumerated by id. I am mostly just guessing here.
– Sumurai8
Jun 3 '16 at 19:32
1
1
If I had to guess it is based on which snake moves first. Which snake moves first? Well... maybe it is the one that was created first. Or they get a random id, and they are enumerated by id. I am mostly just guessing here.
– Sumurai8
Jun 3 '16 at 19:32
If I had to guess it is based on which snake moves first. Which snake moves first? Well... maybe it is the one that was created first. Or they get a random id, and they are enumerated by id. I am mostly just guessing here.
– Sumurai8
Jun 3 '16 at 19:32
add a comment |
3 Answers
3
active
oldest
votes
up vote
2
down vote
For the most part, head on collisions seem to be random. For many occurrences, the boosting snake seems to have the advantage. The mechanics of deciding who wins in a head on collision have not been fully figured out yet, but the mass definitely had nothing to do with it.
Here's a great debate about some people who did tests on Reddit.
Addition:
When you are boosting the game predicts where you will be next, so you could be going a different way but you still die when they did not run in front of you. This is one of the flaws of the game, so if you are boosting the game will assume when your in contact, you've already past them, so they will be killed. If you are both boosting, it would end out the same as if neither of you are boosting, resulting it as random.
To clarify, the cases I'm referring to are when both snakes are boosting. I clarified my question.
– Robert Cartaino♦
Jun 3 '16 at 19:39
@RobertCartaino With boosting there is a glitch... Let me clarify my answer...
– ethanflips
Jun 3 '16 at 19:42
@RobertCartaino there, I hope that helps
– ethanflips
Jun 3 '16 at 19:50
add a comment |
up vote
0
down vote
I think that it actually works like this as the example below.
Snake A's mass is 3k, while Snake B's mass is 5k. They both have a head-on collision, and Snake B survived because his mass is bigger.
add a comment |
up vote
0
down vote
Simply, the larger snake (more mass) wins in a head-on collision.
New contributor
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
For the most part, head on collisions seem to be random. For many occurrences, the boosting snake seems to have the advantage. The mechanics of deciding who wins in a head on collision have not been fully figured out yet, but the mass definitely had nothing to do with it.
Here's a great debate about some people who did tests on Reddit.
Addition:
When you are boosting the game predicts where you will be next, so you could be going a different way but you still die when they did not run in front of you. This is one of the flaws of the game, so if you are boosting the game will assume when your in contact, you've already past them, so they will be killed. If you are both boosting, it would end out the same as if neither of you are boosting, resulting it as random.
To clarify, the cases I'm referring to are when both snakes are boosting. I clarified my question.
– Robert Cartaino♦
Jun 3 '16 at 19:39
@RobertCartaino With boosting there is a glitch... Let me clarify my answer...
– ethanflips
Jun 3 '16 at 19:42
@RobertCartaino there, I hope that helps
– ethanflips
Jun 3 '16 at 19:50
add a comment |
up vote
2
down vote
For the most part, head on collisions seem to be random. For many occurrences, the boosting snake seems to have the advantage. The mechanics of deciding who wins in a head on collision have not been fully figured out yet, but the mass definitely had nothing to do with it.
Here's a great debate about some people who did tests on Reddit.
Addition:
When you are boosting the game predicts where you will be next, so you could be going a different way but you still die when they did not run in front of you. This is one of the flaws of the game, so if you are boosting the game will assume when your in contact, you've already past them, so they will be killed. If you are both boosting, it would end out the same as if neither of you are boosting, resulting it as random.
To clarify, the cases I'm referring to are when both snakes are boosting. I clarified my question.
– Robert Cartaino♦
Jun 3 '16 at 19:39
@RobertCartaino With boosting there is a glitch... Let me clarify my answer...
– ethanflips
Jun 3 '16 at 19:42
@RobertCartaino there, I hope that helps
– ethanflips
Jun 3 '16 at 19:50
add a comment |
up vote
2
down vote
up vote
2
down vote
For the most part, head on collisions seem to be random. For many occurrences, the boosting snake seems to have the advantage. The mechanics of deciding who wins in a head on collision have not been fully figured out yet, but the mass definitely had nothing to do with it.
Here's a great debate about some people who did tests on Reddit.
Addition:
When you are boosting the game predicts where you will be next, so you could be going a different way but you still die when they did not run in front of you. This is one of the flaws of the game, so if you are boosting the game will assume when your in contact, you've already past them, so they will be killed. If you are both boosting, it would end out the same as if neither of you are boosting, resulting it as random.
For the most part, head on collisions seem to be random. For many occurrences, the boosting snake seems to have the advantage. The mechanics of deciding who wins in a head on collision have not been fully figured out yet, but the mass definitely had nothing to do with it.
Here's a great debate about some people who did tests on Reddit.
Addition:
When you are boosting the game predicts where you will be next, so you could be going a different way but you still die when they did not run in front of you. This is one of the flaws of the game, so if you are boosting the game will assume when your in contact, you've already past them, so they will be killed. If you are both boosting, it would end out the same as if neither of you are boosting, resulting it as random.
edited Jun 3 '16 at 22:27
Riker
1,232729
1,232729
answered Jun 3 '16 at 19:31
ethanflips
412216
412216
To clarify, the cases I'm referring to are when both snakes are boosting. I clarified my question.
– Robert Cartaino♦
Jun 3 '16 at 19:39
@RobertCartaino With boosting there is a glitch... Let me clarify my answer...
– ethanflips
Jun 3 '16 at 19:42
@RobertCartaino there, I hope that helps
– ethanflips
Jun 3 '16 at 19:50
add a comment |
To clarify, the cases I'm referring to are when both snakes are boosting. I clarified my question.
– Robert Cartaino♦
Jun 3 '16 at 19:39
@RobertCartaino With boosting there is a glitch... Let me clarify my answer...
– ethanflips
Jun 3 '16 at 19:42
@RobertCartaino there, I hope that helps
– ethanflips
Jun 3 '16 at 19:50
To clarify, the cases I'm referring to are when both snakes are boosting. I clarified my question.
– Robert Cartaino♦
Jun 3 '16 at 19:39
To clarify, the cases I'm referring to are when both snakes are boosting. I clarified my question.
– Robert Cartaino♦
Jun 3 '16 at 19:39
@RobertCartaino With boosting there is a glitch... Let me clarify my answer...
– ethanflips
Jun 3 '16 at 19:42
@RobertCartaino With boosting there is a glitch... Let me clarify my answer...
– ethanflips
Jun 3 '16 at 19:42
@RobertCartaino there, I hope that helps
– ethanflips
Jun 3 '16 at 19:50
@RobertCartaino there, I hope that helps
– ethanflips
Jun 3 '16 at 19:50
add a comment |
up vote
0
down vote
I think that it actually works like this as the example below.
Snake A's mass is 3k, while Snake B's mass is 5k. They both have a head-on collision, and Snake B survived because his mass is bigger.
add a comment |
up vote
0
down vote
I think that it actually works like this as the example below.
Snake A's mass is 3k, while Snake B's mass is 5k. They both have a head-on collision, and Snake B survived because his mass is bigger.
add a comment |
up vote
0
down vote
up vote
0
down vote
I think that it actually works like this as the example below.
Snake A's mass is 3k, while Snake B's mass is 5k. They both have a head-on collision, and Snake B survived because his mass is bigger.
I think that it actually works like this as the example below.
Snake A's mass is 3k, while Snake B's mass is 5k. They both have a head-on collision, and Snake B survived because his mass is bigger.
answered Sep 17 at 6:51
oliverthegreat
279
279
add a comment |
add a comment |
up vote
0
down vote
Simply, the larger snake (more mass) wins in a head-on collision.
New contributor
add a comment |
up vote
0
down vote
Simply, the larger snake (more mass) wins in a head-on collision.
New contributor
add a comment |
up vote
0
down vote
up vote
0
down vote
Simply, the larger snake (more mass) wins in a head-on collision.
New contributor
Simply, the larger snake (more mass) wins in a head-on collision.
New contributor
New contributor
answered 11 mins ago
Michael
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f267834%2fhow-does-slither-io-resolve-head-on-collisions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
If I had to guess it is based on which snake moves first. Which snake moves first? Well... maybe it is the one that was created first. Or they get a random id, and they are enumerated by id. I am mostly just guessing here.
– Sumurai8
Jun 3 '16 at 19:32