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.










share|improve this question




















  • 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

















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.










share|improve this question




















  • 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















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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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
















  • 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












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.








share|improve this answer























  • 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


















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.






share|improve this answer




























    up vote
    0
    down vote













    Simply, the larger snake (more mass) wins in a head-on collision.






    share|improve this answer








    New contributor




    Michael is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.


















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "41"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      noCode: true, onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      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

























      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.








      share|improve this answer























      • 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















      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.








      share|improve this answer























      • 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













      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.








      share|improve this answer














      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.









      share|improve this answer














      share|improve this answer



      share|improve this answer








      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


















      • 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












      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.






      share|improve this answer

























        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.






        share|improve this answer























          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.






          share|improve this answer












          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 17 at 6:51









          oliverthegreat

          279




          279






















              up vote
              0
              down vote













              Simply, the larger snake (more mass) wins in a head-on collision.






              share|improve this answer








              New contributor




              Michael is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.






















                up vote
                0
                down vote













                Simply, the larger snake (more mass) wins in a head-on collision.






                share|improve this answer








                New contributor




                Michael is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.




















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  Simply, the larger snake (more mass) wins in a head-on collision.






                  share|improve this answer








                  New contributor




                  Michael is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  Simply, the larger snake (more mass) wins in a head-on collision.







                  share|improve this answer








                  New contributor




                  Michael is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer






                  New contributor




                  Michael is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 11 mins ago









                  Michael

                  1




                  1




                  New contributor




                  Michael is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Michael is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Michael is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






























                      draft saved

                      draft discarded




















































                      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.




                      draft saved


                      draft discarded














                      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





















































                      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







                      Popular posts from this blog

                      Михайлов, Христо

                      Центральная группа войск

                      Троллейбус