BOOM! All Clear for Mr. T The Next CEO of Stack OverflowWhat is the largest, compact connected-network polyomino for these tiles?ABC - A Blokus CommitmentPuzzle that consists of all possible combinations of pieces containing 5 squaresFind all the namesDon't clear your terminal history 3Don't clear your terminal history 4I've been all around Greece's paradise?A Floating Row - Tetris Puzzle

Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?

What was the first Unix version to run on a microcomputer?

How do I align (1) and (2)?

Powershell. How to parse gci Name?

How did people program for Consoles with multiple CPUs?

What steps are necessary to read a Modern SSD in Medieval Europe?

Are police here, aren't itthey?

Running a General Election and the European Elections together

Reference request: Grassmannian and Plucker coordinates in type B, C, D

What does "Its cash flow is deeply negative" mean?

Domestic-to-international connection at Orlando (MCO)

Make solar eclipses exceedingly rare, but still have new moons

Is it possible to use a NPN BJT as switch, from single power source?

Newlines in BSD sed vs gsed

Find non-case sensitive string in a mixed list of elements?

The past simple of "gaslight" – "gaslighted" or "gaslit"?

Rotate a column

How to install OpenCV on Raspbian Stretch?

WOW air has ceased operation, can I get my tickets refunded?

Why don't programming languages automatically manage the synchronous/asynchronous problem?

Can MTA send mail via a relay without being told so?

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

Is it okay to majorly distort historical facts while writing a fiction story?

Won the lottery - how do I keep the money?



BOOM! All Clear for Mr. T



The Next CEO of Stack OverflowWhat is the largest, compact connected-network polyomino for these tiles?ABC - A Blokus CommitmentPuzzle that consists of all possible combinations of pieces containing 5 squaresFind all the namesDon't clear your terminal history 3Don't clear your terminal history 4I've been all around Greece's paradise?A Floating Row - Tetris Puzzle










10












$begingroup$


In Tetris 99, Mr. T loves performing All Clears, which happen when a piece clears all lines in the playing field. Being a gentleman, he also tries to minimize the total damage he sends to his opponents in the process.



Rules:




  • The total damage sent by a piece is the sum of all applicable bonuses:



    • An All Clear adds 4 damage.


    • When a piece clears multiple lines, a bonus is applied based on the number of lines cleared:



      +-------+--------+
      | Lines | Damage |
      +-------+--------+
      | 2 | 1 |
      | 3 | 2 |
      | 4 | 4 |
      +-------+--------+



    • When a piece clears a line and all of the last $n$ pieces also cleared lines, an $n$-combo bonus is applied based on $n$:



      +-------+--------+-------+--------+
      | Combo | Damage | Combo | Damage |
      +-------+--------+-------+--------+
      | 1 | 1 | 6 | 3 |
      | 2 | 1 | 7 | 4 |
      | 3 | 2 | 8 | 4 |
      | 4 | 2 | 9 | 4 |
      | 5 | 3 | 10+ | 5 |
      +-------+--------+-------+--------+



  • To generate the random piece sequence, the 7 tetriminos are placed in a bag and randomly drawn without replacement. This process repeats for the entire game.


  • Mr. T does not use hold or soft drop (pieces are never slid or rotated under each other), and no one ever attacks him. In practise, this means that all the pieces are dropped from above, in the order they occurred.


Now, suppose Mr. T just performed an All Clear.



  1. How little damage could he have sent to his opponents this game?


  2. How few pieces could he have used to achieve this minimum?










share|improve this question











$endgroup$











  • $begingroup$
    Umm.. All Clear only adds $4$ instead of $10$? And.. Combo only stops at $5$ and not more? I just knew that :o
    $endgroup$
    – athin
    yesterday











  • $begingroup$
    @athin It does in Tetris 99. But note that it does not eliminate other bonuses like in other games (where even a tetris PC only sends 10). I believe the upper end of the combo table to be accurate, albeit probably unnecessary for the problem.
    $endgroup$
    – noedne
    yesterday











  • $begingroup$
    Ah ok, btw is it a total damage since the beginning of the game being asked or just the total damage when performing the All Clear?
    $endgroup$
    – athin
    yesterday






  • 1




    $begingroup$
    @athin Since the beginning of the game.
    $endgroup$
    – noedne
    yesterday










  • $begingroup$
    Is that how pieces are randomly chosen in the actual game? Because if you could drop pieces in any random order, it would trivially be done with 5 pieces - a square and 4 long pieces, dealing only 4 damage from the All Clear on the second line clear, but then the other pieces are never used, not sure if this was a requirement.
    $endgroup$
    – Darrel Hoffman
    yesterday















10












$begingroup$


In Tetris 99, Mr. T loves performing All Clears, which happen when a piece clears all lines in the playing field. Being a gentleman, he also tries to minimize the total damage he sends to his opponents in the process.



Rules:




  • The total damage sent by a piece is the sum of all applicable bonuses:



    • An All Clear adds 4 damage.


    • When a piece clears multiple lines, a bonus is applied based on the number of lines cleared:



      +-------+--------+
      | Lines | Damage |
      +-------+--------+
      | 2 | 1 |
      | 3 | 2 |
      | 4 | 4 |
      +-------+--------+



    • When a piece clears a line and all of the last $n$ pieces also cleared lines, an $n$-combo bonus is applied based on $n$:



      +-------+--------+-------+--------+
      | Combo | Damage | Combo | Damage |
      +-------+--------+-------+--------+
      | 1 | 1 | 6 | 3 |
      | 2 | 1 | 7 | 4 |
      | 3 | 2 | 8 | 4 |
      | 4 | 2 | 9 | 4 |
      | 5 | 3 | 10+ | 5 |
      +-------+--------+-------+--------+



  • To generate the random piece sequence, the 7 tetriminos are placed in a bag and randomly drawn without replacement. This process repeats for the entire game.


  • Mr. T does not use hold or soft drop (pieces are never slid or rotated under each other), and no one ever attacks him. In practise, this means that all the pieces are dropped from above, in the order they occurred.


Now, suppose Mr. T just performed an All Clear.



  1. How little damage could he have sent to his opponents this game?


  2. How few pieces could he have used to achieve this minimum?










share|improve this question











$endgroup$











  • $begingroup$
    Umm.. All Clear only adds $4$ instead of $10$? And.. Combo only stops at $5$ and not more? I just knew that :o
    $endgroup$
    – athin
    yesterday











  • $begingroup$
    @athin It does in Tetris 99. But note that it does not eliminate other bonuses like in other games (where even a tetris PC only sends 10). I believe the upper end of the combo table to be accurate, albeit probably unnecessary for the problem.
    $endgroup$
    – noedne
    yesterday











  • $begingroup$
    Ah ok, btw is it a total damage since the beginning of the game being asked or just the total damage when performing the All Clear?
    $endgroup$
    – athin
    yesterday






  • 1




    $begingroup$
    @athin Since the beginning of the game.
    $endgroup$
    – noedne
    yesterday










  • $begingroup$
    Is that how pieces are randomly chosen in the actual game? Because if you could drop pieces in any random order, it would trivially be done with 5 pieces - a square and 4 long pieces, dealing only 4 damage from the All Clear on the second line clear, but then the other pieces are never used, not sure if this was a requirement.
    $endgroup$
    – Darrel Hoffman
    yesterday













10












10








10


2



$begingroup$


In Tetris 99, Mr. T loves performing All Clears, which happen when a piece clears all lines in the playing field. Being a gentleman, he also tries to minimize the total damage he sends to his opponents in the process.



Rules:




  • The total damage sent by a piece is the sum of all applicable bonuses:



    • An All Clear adds 4 damage.


    • When a piece clears multiple lines, a bonus is applied based on the number of lines cleared:



      +-------+--------+
      | Lines | Damage |
      +-------+--------+
      | 2 | 1 |
      | 3 | 2 |
      | 4 | 4 |
      +-------+--------+



    • When a piece clears a line and all of the last $n$ pieces also cleared lines, an $n$-combo bonus is applied based on $n$:



      +-------+--------+-------+--------+
      | Combo | Damage | Combo | Damage |
      +-------+--------+-------+--------+
      | 1 | 1 | 6 | 3 |
      | 2 | 1 | 7 | 4 |
      | 3 | 2 | 8 | 4 |
      | 4 | 2 | 9 | 4 |
      | 5 | 3 | 10+ | 5 |
      +-------+--------+-------+--------+



  • To generate the random piece sequence, the 7 tetriminos are placed in a bag and randomly drawn without replacement. This process repeats for the entire game.


  • Mr. T does not use hold or soft drop (pieces are never slid or rotated under each other), and no one ever attacks him. In practise, this means that all the pieces are dropped from above, in the order they occurred.


Now, suppose Mr. T just performed an All Clear.



  1. How little damage could he have sent to his opponents this game?


  2. How few pieces could he have used to achieve this minimum?










share|improve this question











$endgroup$




In Tetris 99, Mr. T loves performing All Clears, which happen when a piece clears all lines in the playing field. Being a gentleman, he also tries to minimize the total damage he sends to his opponents in the process.



Rules:




  • The total damage sent by a piece is the sum of all applicable bonuses:



    • An All Clear adds 4 damage.


    • When a piece clears multiple lines, a bonus is applied based on the number of lines cleared:



      +-------+--------+
      | Lines | Damage |
      +-------+--------+
      | 2 | 1 |
      | 3 | 2 |
      | 4 | 4 |
      +-------+--------+



    • When a piece clears a line and all of the last $n$ pieces also cleared lines, an $n$-combo bonus is applied based on $n$:



      +-------+--------+-------+--------+
      | Combo | Damage | Combo | Damage |
      +-------+--------+-------+--------+
      | 1 | 1 | 6 | 3 |
      | 2 | 1 | 7 | 4 |
      | 3 | 2 | 8 | 4 |
      | 4 | 2 | 9 | 4 |
      | 5 | 3 | 10+ | 5 |
      +-------+--------+-------+--------+



  • To generate the random piece sequence, the 7 tetriminos are placed in a bag and randomly drawn without replacement. This process repeats for the entire game.


  • Mr. T does not use hold or soft drop (pieces are never slid or rotated under each other), and no one ever attacks him. In practise, this means that all the pieces are dropped from above, in the order they occurred.


Now, suppose Mr. T just performed an All Clear.



  1. How little damage could he have sent to his opponents this game?


  2. How few pieces could he have used to achieve this minimum?







video-games polyomino tetris






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited yesterday









Bass

30.7k472187




30.7k472187










asked yesterday









noednenoedne

8,16912264




8,16912264











  • $begingroup$
    Umm.. All Clear only adds $4$ instead of $10$? And.. Combo only stops at $5$ and not more? I just knew that :o
    $endgroup$
    – athin
    yesterday











  • $begingroup$
    @athin It does in Tetris 99. But note that it does not eliminate other bonuses like in other games (where even a tetris PC only sends 10). I believe the upper end of the combo table to be accurate, albeit probably unnecessary for the problem.
    $endgroup$
    – noedne
    yesterday











  • $begingroup$
    Ah ok, btw is it a total damage since the beginning of the game being asked or just the total damage when performing the All Clear?
    $endgroup$
    – athin
    yesterday






  • 1




    $begingroup$
    @athin Since the beginning of the game.
    $endgroup$
    – noedne
    yesterday










  • $begingroup$
    Is that how pieces are randomly chosen in the actual game? Because if you could drop pieces in any random order, it would trivially be done with 5 pieces - a square and 4 long pieces, dealing only 4 damage from the All Clear on the second line clear, but then the other pieces are never used, not sure if this was a requirement.
    $endgroup$
    – Darrel Hoffman
    yesterday
















  • $begingroup$
    Umm.. All Clear only adds $4$ instead of $10$? And.. Combo only stops at $5$ and not more? I just knew that :o
    $endgroup$
    – athin
    yesterday











  • $begingroup$
    @athin It does in Tetris 99. But note that it does not eliminate other bonuses like in other games (where even a tetris PC only sends 10). I believe the upper end of the combo table to be accurate, albeit probably unnecessary for the problem.
    $endgroup$
    – noedne
    yesterday











  • $begingroup$
    Ah ok, btw is it a total damage since the beginning of the game being asked or just the total damage when performing the All Clear?
    $endgroup$
    – athin
    yesterday






  • 1




    $begingroup$
    @athin Since the beginning of the game.
    $endgroup$
    – noedne
    yesterday










  • $begingroup$
    Is that how pieces are randomly chosen in the actual game? Because if you could drop pieces in any random order, it would trivially be done with 5 pieces - a square and 4 long pieces, dealing only 4 damage from the All Clear on the second line clear, but then the other pieces are never used, not sure if this was a requirement.
    $endgroup$
    – Darrel Hoffman
    yesterday















$begingroup$
Umm.. All Clear only adds $4$ instead of $10$? And.. Combo only stops at $5$ and not more? I just knew that :o
$endgroup$
– athin
yesterday





$begingroup$
Umm.. All Clear only adds $4$ instead of $10$? And.. Combo only stops at $5$ and not more? I just knew that :o
$endgroup$
– athin
yesterday













$begingroup$
@athin It does in Tetris 99. But note that it does not eliminate other bonuses like in other games (where even a tetris PC only sends 10). I believe the upper end of the combo table to be accurate, albeit probably unnecessary for the problem.
$endgroup$
– noedne
yesterday





$begingroup$
@athin It does in Tetris 99. But note that it does not eliminate other bonuses like in other games (where even a tetris PC only sends 10). I believe the upper end of the combo table to be accurate, albeit probably unnecessary for the problem.
$endgroup$
– noedne
yesterday













$begingroup$
Ah ok, btw is it a total damage since the beginning of the game being asked or just the total damage when performing the All Clear?
$endgroup$
– athin
yesterday




$begingroup$
Ah ok, btw is it a total damage since the beginning of the game being asked or just the total damage when performing the All Clear?
$endgroup$
– athin
yesterday




1




1




$begingroup$
@athin Since the beginning of the game.
$endgroup$
– noedne
yesterday




$begingroup$
@athin Since the beginning of the game.
$endgroup$
– noedne
yesterday












$begingroup$
Is that how pieces are randomly chosen in the actual game? Because if you could drop pieces in any random order, it would trivially be done with 5 pieces - a square and 4 long pieces, dealing only 4 damage from the All Clear on the second line clear, but then the other pieces are never used, not sure if this was a requirement.
$endgroup$
– Darrel Hoffman
yesterday




$begingroup$
Is that how pieces are randomly chosen in the actual game? Because if you could drop pieces in any random order, it would trivially be done with 5 pieces - a square and 4 long pieces, dealing only 4 damage from the All Clear on the second line clear, but then the other pieces are never used, not sure if this was a requirement.
$endgroup$
– Darrel Hoffman
yesterday










2 Answers
2






active

oldest

votes


















8












$begingroup$

Since a single line doesn't do damage, it is possible to do




no other damage apart from the 4 damage from the all clear.




To achieve this, there are a couple of requirements:




* to avoid the multirow bonus, the last piece must be a horizontal line, and

* to avoid the combo bonus, the next to last piece must not be needed to clear an earlier row, which means that it also must be a horizontal line.




To get these pieces one after the other




The bag must get refilled just before the final piece.




For this to occur so that the final piece also clears the board, we get these constraints on the number of pieces $X$:




$X equiv 1 ;(bmod; 7 ;)$
$X times 4 equiv 0 ;(bmod; 10;)$




Given these, the smallest $X$ that satisfies both requirements is




15 pieces.




This is a small enough number that it should be relatively easy to find an entire game leading up to the "all clear". Here's a possible game I found after a quick search:




enter image description here

I made sure this position is reachable without combo bonuses by ensuring that each layer has at least two pieces that do not extend to a lower layer. The yellow dashed lines separate the different bagfuls from one another.




(A later, less quick search seems to indicate that I may have been very insightful and/or lucky in my search, since the possible games reaching this particular all-clear don't seem to be that common at all.)






share|improve this answer











$endgroup$












  • $begingroup$
    This is exactly what I'm trying right now but still I couldn't find it..
    $endgroup$
    – athin
    yesterday










  • $begingroup$
    Great solve, and nice write-up! I don't think there are too many solutions that work (I only found about a dozen).
    $endgroup$
    – noedne
    yesterday


















3












$begingroup$

As an upperbound, I can attack as little as




$5$ damage




with




$10$ pieces in total




by following configurations:




link







share|improve this answer









$endgroup$













    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',
    autoActivateHeartbeat: false,
    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%2fpuzzling.stackexchange.com%2fquestions%2f81132%2fboom-all-clear-for-mr-t%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    8












    $begingroup$

    Since a single line doesn't do damage, it is possible to do




    no other damage apart from the 4 damage from the all clear.




    To achieve this, there are a couple of requirements:




    * to avoid the multirow bonus, the last piece must be a horizontal line, and

    * to avoid the combo bonus, the next to last piece must not be needed to clear an earlier row, which means that it also must be a horizontal line.




    To get these pieces one after the other




    The bag must get refilled just before the final piece.




    For this to occur so that the final piece also clears the board, we get these constraints on the number of pieces $X$:




    $X equiv 1 ;(bmod; 7 ;)$
    $X times 4 equiv 0 ;(bmod; 10;)$




    Given these, the smallest $X$ that satisfies both requirements is




    15 pieces.




    This is a small enough number that it should be relatively easy to find an entire game leading up to the "all clear". Here's a possible game I found after a quick search:




    enter image description here

    I made sure this position is reachable without combo bonuses by ensuring that each layer has at least two pieces that do not extend to a lower layer. The yellow dashed lines separate the different bagfuls from one another.




    (A later, less quick search seems to indicate that I may have been very insightful and/or lucky in my search, since the possible games reaching this particular all-clear don't seem to be that common at all.)






    share|improve this answer











    $endgroup$












    • $begingroup$
      This is exactly what I'm trying right now but still I couldn't find it..
      $endgroup$
      – athin
      yesterday










    • $begingroup$
      Great solve, and nice write-up! I don't think there are too many solutions that work (I only found about a dozen).
      $endgroup$
      – noedne
      yesterday















    8












    $begingroup$

    Since a single line doesn't do damage, it is possible to do




    no other damage apart from the 4 damage from the all clear.




    To achieve this, there are a couple of requirements:




    * to avoid the multirow bonus, the last piece must be a horizontal line, and

    * to avoid the combo bonus, the next to last piece must not be needed to clear an earlier row, which means that it also must be a horizontal line.




    To get these pieces one after the other




    The bag must get refilled just before the final piece.




    For this to occur so that the final piece also clears the board, we get these constraints on the number of pieces $X$:




    $X equiv 1 ;(bmod; 7 ;)$
    $X times 4 equiv 0 ;(bmod; 10;)$




    Given these, the smallest $X$ that satisfies both requirements is




    15 pieces.




    This is a small enough number that it should be relatively easy to find an entire game leading up to the "all clear". Here's a possible game I found after a quick search:




    enter image description here

    I made sure this position is reachable without combo bonuses by ensuring that each layer has at least two pieces that do not extend to a lower layer. The yellow dashed lines separate the different bagfuls from one another.




    (A later, less quick search seems to indicate that I may have been very insightful and/or lucky in my search, since the possible games reaching this particular all-clear don't seem to be that common at all.)






    share|improve this answer











    $endgroup$












    • $begingroup$
      This is exactly what I'm trying right now but still I couldn't find it..
      $endgroup$
      – athin
      yesterday










    • $begingroup$
      Great solve, and nice write-up! I don't think there are too many solutions that work (I only found about a dozen).
      $endgroup$
      – noedne
      yesterday













    8












    8








    8





    $begingroup$

    Since a single line doesn't do damage, it is possible to do




    no other damage apart from the 4 damage from the all clear.




    To achieve this, there are a couple of requirements:




    * to avoid the multirow bonus, the last piece must be a horizontal line, and

    * to avoid the combo bonus, the next to last piece must not be needed to clear an earlier row, which means that it also must be a horizontal line.




    To get these pieces one after the other




    The bag must get refilled just before the final piece.




    For this to occur so that the final piece also clears the board, we get these constraints on the number of pieces $X$:




    $X equiv 1 ;(bmod; 7 ;)$
    $X times 4 equiv 0 ;(bmod; 10;)$




    Given these, the smallest $X$ that satisfies both requirements is




    15 pieces.




    This is a small enough number that it should be relatively easy to find an entire game leading up to the "all clear". Here's a possible game I found after a quick search:




    enter image description here

    I made sure this position is reachable without combo bonuses by ensuring that each layer has at least two pieces that do not extend to a lower layer. The yellow dashed lines separate the different bagfuls from one another.




    (A later, less quick search seems to indicate that I may have been very insightful and/or lucky in my search, since the possible games reaching this particular all-clear don't seem to be that common at all.)






    share|improve this answer











    $endgroup$



    Since a single line doesn't do damage, it is possible to do




    no other damage apart from the 4 damage from the all clear.




    To achieve this, there are a couple of requirements:




    * to avoid the multirow bonus, the last piece must be a horizontal line, and

    * to avoid the combo bonus, the next to last piece must not be needed to clear an earlier row, which means that it also must be a horizontal line.




    To get these pieces one after the other




    The bag must get refilled just before the final piece.




    For this to occur so that the final piece also clears the board, we get these constraints on the number of pieces $X$:




    $X equiv 1 ;(bmod; 7 ;)$
    $X times 4 equiv 0 ;(bmod; 10;)$




    Given these, the smallest $X$ that satisfies both requirements is




    15 pieces.




    This is a small enough number that it should be relatively easy to find an entire game leading up to the "all clear". Here's a possible game I found after a quick search:




    enter image description here

    I made sure this position is reachable without combo bonuses by ensuring that each layer has at least two pieces that do not extend to a lower layer. The yellow dashed lines separate the different bagfuls from one another.




    (A later, less quick search seems to indicate that I may have been very insightful and/or lucky in my search, since the possible games reaching this particular all-clear don't seem to be that common at all.)







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited 12 hours ago

























    answered yesterday









    BassBass

    30.7k472187




    30.7k472187











    • $begingroup$
      This is exactly what I'm trying right now but still I couldn't find it..
      $endgroup$
      – athin
      yesterday










    • $begingroup$
      Great solve, and nice write-up! I don't think there are too many solutions that work (I only found about a dozen).
      $endgroup$
      – noedne
      yesterday
















    • $begingroup$
      This is exactly what I'm trying right now but still I couldn't find it..
      $endgroup$
      – athin
      yesterday










    • $begingroup$
      Great solve, and nice write-up! I don't think there are too many solutions that work (I only found about a dozen).
      $endgroup$
      – noedne
      yesterday















    $begingroup$
    This is exactly what I'm trying right now but still I couldn't find it..
    $endgroup$
    – athin
    yesterday




    $begingroup$
    This is exactly what I'm trying right now but still I couldn't find it..
    $endgroup$
    – athin
    yesterday












    $begingroup$
    Great solve, and nice write-up! I don't think there are too many solutions that work (I only found about a dozen).
    $endgroup$
    – noedne
    yesterday




    $begingroup$
    Great solve, and nice write-up! I don't think there are too many solutions that work (I only found about a dozen).
    $endgroup$
    – noedne
    yesterday











    3












    $begingroup$

    As an upperbound, I can attack as little as




    $5$ damage




    with




    $10$ pieces in total




    by following configurations:




    link







    share|improve this answer









    $endgroup$

















      3












      $begingroup$

      As an upperbound, I can attack as little as




      $5$ damage




      with




      $10$ pieces in total




      by following configurations:




      link







      share|improve this answer









      $endgroup$















        3












        3








        3





        $begingroup$

        As an upperbound, I can attack as little as




        $5$ damage




        with




        $10$ pieces in total




        by following configurations:




        link







        share|improve this answer









        $endgroup$



        As an upperbound, I can attack as little as




        $5$ damage




        with




        $10$ pieces in total




        by following configurations:




        link








        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered yesterday









        athinathin

        8,46022776




        8,46022776



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Puzzling Stack Exchange!


            • 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.

            Use MathJax to format equations. MathJax reference.


            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%2fpuzzling.stackexchange.com%2fquestions%2f81132%2fboom-all-clear-for-mr-t%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

            Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

            Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

            What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company