Knight Checker Puzzle

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite
1












Inspired by this question



Here's a quick Knight Checker (a chess variant) puzzle. In case you haven't read the rules to it in the above link, I'll repost them here:




  1. Each player begins with 1 knight on each square on their back rank (the knights move and capture as normal)

  2. To win, a player must move a knight to the other player's back rank (a touchdown) or capture all of the other player's knights.

  3. If a player moves a knight to the other player's back rank, and the other player has a knight guarding that square, then the other player can capture the knight on their next move, preventing the touchdown.



Here's a Knight Checker puzzle I came up with. (It's probably a little easy, because it's my first Knight Checker puzzle. I may do more in the future.)



enter image description here



White to move and touchdown in 3.



Good luck!










share|improve this question



























    up vote
    3
    down vote

    favorite
    1












    Inspired by this question



    Here's a quick Knight Checker (a chess variant) puzzle. In case you haven't read the rules to it in the above link, I'll repost them here:




    1. Each player begins with 1 knight on each square on their back rank (the knights move and capture as normal)

    2. To win, a player must move a knight to the other player's back rank (a touchdown) or capture all of the other player's knights.

    3. If a player moves a knight to the other player's back rank, and the other player has a knight guarding that square, then the other player can capture the knight on their next move, preventing the touchdown.



    Here's a Knight Checker puzzle I came up with. (It's probably a little easy, because it's my first Knight Checker puzzle. I may do more in the future.)



    enter image description here



    White to move and touchdown in 3.



    Good luck!










    share|improve this question

























      up vote
      3
      down vote

      favorite
      1









      up vote
      3
      down vote

      favorite
      1






      1





      Inspired by this question



      Here's a quick Knight Checker (a chess variant) puzzle. In case you haven't read the rules to it in the above link, I'll repost them here:




      1. Each player begins with 1 knight on each square on their back rank (the knights move and capture as normal)

      2. To win, a player must move a knight to the other player's back rank (a touchdown) or capture all of the other player's knights.

      3. If a player moves a knight to the other player's back rank, and the other player has a knight guarding that square, then the other player can capture the knight on their next move, preventing the touchdown.



      Here's a Knight Checker puzzle I came up with. (It's probably a little easy, because it's my first Knight Checker puzzle. I may do more in the future.)



      enter image description here



      White to move and touchdown in 3.



      Good luck!










      share|improve this question















      Inspired by this question



      Here's a quick Knight Checker (a chess variant) puzzle. In case you haven't read the rules to it in the above link, I'll repost them here:




      1. Each player begins with 1 knight on each square on their back rank (the knights move and capture as normal)

      2. To win, a player must move a knight to the other player's back rank (a touchdown) or capture all of the other player's knights.

      3. If a player moves a knight to the other player's back rank, and the other player has a knight guarding that square, then the other player can capture the knight on their next move, preventing the touchdown.



      Here's a Knight Checker puzzle I came up with. (It's probably a little easy, because it's my first Knight Checker puzzle. I may do more in the future.)



      enter image description here



      White to move and touchdown in 3.



      Good luck!







      no-computers chess knight-moves






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 18 mins ago









      Rand al'Thor

      67.9k13224454




      67.9k13224454










      asked 24 mins ago









      Excited Raichu

      2,274227




      2,274227




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          4
          down vote













          I think this works:




          1. White: Ng6. Black: Nf7 (to protect against touchdown on h8).




          2. White: Nb8. Black: Nxb8.




          3. White: Nf8, touchdown!



          The key realisation is that




          White must sacrifice one knight in order to draw Black's guarding knight (the one at d7) away from the position it needs to be in to stop White's second knight.







          share|improve this answer




















          • (+1, and accepted once I can) This was the intended answer, but switching some of the moves is possible.
            – Excited Raichu
            16 mins ago










          • @ExcitedRaichu Yep, after the 1st pair of moves the two white knights are essentially interchangeable: it doesn't matter which of them moves first.
            – Rand al'Thor
            15 mins ago










          Your Answer




          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("mathjaxEditing", function ()
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          );
          );
          , "mathjax-editing");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "559"
          ;
          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: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          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%2fpuzzling.stackexchange.com%2fquestions%2f74462%2fknight-checker-puzzle%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          4
          down vote













          I think this works:




          1. White: Ng6. Black: Nf7 (to protect against touchdown on h8).




          2. White: Nb8. Black: Nxb8.




          3. White: Nf8, touchdown!



          The key realisation is that




          White must sacrifice one knight in order to draw Black's guarding knight (the one at d7) away from the position it needs to be in to stop White's second knight.







          share|improve this answer




















          • (+1, and accepted once I can) This was the intended answer, but switching some of the moves is possible.
            – Excited Raichu
            16 mins ago










          • @ExcitedRaichu Yep, after the 1st pair of moves the two white knights are essentially interchangeable: it doesn't matter which of them moves first.
            – Rand al'Thor
            15 mins ago














          up vote
          4
          down vote













          I think this works:




          1. White: Ng6. Black: Nf7 (to protect against touchdown on h8).




          2. White: Nb8. Black: Nxb8.




          3. White: Nf8, touchdown!



          The key realisation is that




          White must sacrifice one knight in order to draw Black's guarding knight (the one at d7) away from the position it needs to be in to stop White's second knight.







          share|improve this answer




















          • (+1, and accepted once I can) This was the intended answer, but switching some of the moves is possible.
            – Excited Raichu
            16 mins ago










          • @ExcitedRaichu Yep, after the 1st pair of moves the two white knights are essentially interchangeable: it doesn't matter which of them moves first.
            – Rand al'Thor
            15 mins ago












          up vote
          4
          down vote










          up vote
          4
          down vote









          I think this works:




          1. White: Ng6. Black: Nf7 (to protect against touchdown on h8).




          2. White: Nb8. Black: Nxb8.




          3. White: Nf8, touchdown!



          The key realisation is that




          White must sacrifice one knight in order to draw Black's guarding knight (the one at d7) away from the position it needs to be in to stop White's second knight.







          share|improve this answer












          I think this works:




          1. White: Ng6. Black: Nf7 (to protect against touchdown on h8).




          2. White: Nb8. Black: Nxb8.




          3. White: Nf8, touchdown!



          The key realisation is that




          White must sacrifice one knight in order to draw Black's guarding knight (the one at d7) away from the position it needs to be in to stop White's second knight.








          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 20 mins ago









          Rand al'Thor

          67.9k13224454




          67.9k13224454











          • (+1, and accepted once I can) This was the intended answer, but switching some of the moves is possible.
            – Excited Raichu
            16 mins ago










          • @ExcitedRaichu Yep, after the 1st pair of moves the two white knights are essentially interchangeable: it doesn't matter which of them moves first.
            – Rand al'Thor
            15 mins ago
















          • (+1, and accepted once I can) This was the intended answer, but switching some of the moves is possible.
            – Excited Raichu
            16 mins ago










          • @ExcitedRaichu Yep, after the 1st pair of moves the two white knights are essentially interchangeable: it doesn't matter which of them moves first.
            – Rand al'Thor
            15 mins ago















          (+1, and accepted once I can) This was the intended answer, but switching some of the moves is possible.
          – Excited Raichu
          16 mins ago




          (+1, and accepted once I can) This was the intended answer, but switching some of the moves is possible.
          – Excited Raichu
          16 mins ago












          @ExcitedRaichu Yep, after the 1st pair of moves the two white knights are essentially interchangeable: it doesn't matter which of them moves first.
          – Rand al'Thor
          15 mins ago




          @ExcitedRaichu Yep, after the 1st pair of moves the two white knights are essentially interchangeable: it doesn't matter which of them moves first.
          – Rand al'Thor
          15 mins ago

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f74462%2fknight-checker-puzzle%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What does second last employer means? [closed]

          List of Gilmore Girls characters

          Confectionery