In reversi, can you overwrite two chips in one move?Othello (Reversi) Online communityIs it possible for an...

Are there any financial disadvantages to living significantly "below your means"?

Look mom! I made my own (Base 10) numeral system!

In a topological space if there exists a loop that cannot be contracted to a point does there exist a simple loop that cannot be contracted also?

How to use grep to search through the --help output?

Generator for parity?

Looking for a new job because of relocation - is it okay to tell the real reason?

Non-OR journals which regularly publish OR research

Can I call myself an assistant professor without a PhD?

Was this a rapid SCHEDULED disassembly? How was it done?

Ex-contractor published company source code and secrets online

Drawing complex inscribed and circumscribed polygons in TikZ

The pronunciation of "protester"

Does the United States guarantee any unique freedoms?

Is refreshing multiple times a test case for web applications?

First amendment and employment: Can an employer terminate you for speech?

How can I tell if a flight itinerary is fake?

Word or idiom defining something barely functional

Infeasibility in mathematical optimization models

Could one become a successful researcher by writing some really good papers while being outside academia?

How quickly could a country build a tall concrete wall around a city?

A stranger from Norway wants to have money delivered to me

Blocking people from taking pictures of me with smartphone

show stdout containing n with line breaks

Best gun to modify into a monsterhunter weapon?



In reversi, can you overwrite two chips in one move?


Othello (Reversi) Online communityIs it possible for an Othello / Reversi game to end without the board being filled?How to approach a game of Othello / Reversi game?Is it possible to fill an Othello/Reversi board with one color?What's the least amount of pieces on an Othello board where black or white can't make a move?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2















In Reversi if you have a line of chips --xxxy--, you can place another x in the 5th position and overwrite the y you for sure can get the line --xxxxx- (where x is light, y is dark, and - is empty, line may be horizontal, vertical or main diagonal).



Can you do the same if the line contains one (or more) enemy chip in between? If you for example have -xxyxyx-, can you get -xxxxxxx?










share|improve this question































    2















    In Reversi if you have a line of chips --xxxy--, you can place another x in the 5th position and overwrite the y you for sure can get the line --xxxxx- (where x is light, y is dark, and - is empty, line may be horizontal, vertical or main diagonal).



    Can you do the same if the line contains one (or more) enemy chip in between? If you for example have -xxyxyx-, can you get -xxxxxxx?










    share|improve this question



























      2












      2








      2








      In Reversi if you have a line of chips --xxxy--, you can place another x in the 5th position and overwrite the y you for sure can get the line --xxxxx- (where x is light, y is dark, and - is empty, line may be horizontal, vertical or main diagonal).



      Can you do the same if the line contains one (or more) enemy chip in between? If you for example have -xxyxyx-, can you get -xxxxxxx?










      share|improve this question














      In Reversi if you have a line of chips --xxxy--, you can place another x in the 5th position and overwrite the y you for sure can get the line --xxxxx- (where x is light, y is dark, and - is empty, line may be horizontal, vertical or main diagonal).



      Can you do the same if the line contains one (or more) enemy chip in between? If you for example have -xxyxyx-, can you get -xxxxxxx?







      othello






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 10 hours ago









      Anatoly WeinAnatoly Wein

      709 bronze badges




      709 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          4














          No. From the Rules of Play:





          1. Each piece played must be laid adjacent to an opponent's piece




          2. so that the opponent's piece or a row of opponent's pieces is flanked by the new piece and another piece of the player's colour.




          3. All of the opponent's pieces between these two pieces are 'captured' and turned over to match the player's colour.




          where I have split up and numbered the clauses of the paragraph for easier reference.



          Note that:




          • from (1), the suggested move is illegal, not being adjacent to an opposing piece;


          • even if one is playing to make -xxyxy-- into -xxyxyx-, by (3) only the second 'y' is flipped, resulting in -xxyxxx- upon completion of the move; and



          • playing to make -xxxyy-- into -xxxyyx- does convert multiple opposing counters, by (2) and (3), flipping to yield -xxxxxx- upon completion of the move.



            Reason:



            "All of the opponent's pieces between the these two pieces [(the just placed piece and the enabling friendly piece at the far end of the just surrounded enemy row of pieces)] are 'captured' and turned over to match the player's colour."








          share|improve this answer






























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "147"
            };
            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%2fboardgames.stackexchange.com%2fquestions%2f48213%2fin-reversi-can-you-overwrite-two-chips-in-one-move%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4














            No. From the Rules of Play:





            1. Each piece played must be laid adjacent to an opponent's piece




            2. so that the opponent's piece or a row of opponent's pieces is flanked by the new piece and another piece of the player's colour.




            3. All of the opponent's pieces between these two pieces are 'captured' and turned over to match the player's colour.




            where I have split up and numbered the clauses of the paragraph for easier reference.



            Note that:




            • from (1), the suggested move is illegal, not being adjacent to an opposing piece;


            • even if one is playing to make -xxyxy-- into -xxyxyx-, by (3) only the second 'y' is flipped, resulting in -xxyxxx- upon completion of the move; and



            • playing to make -xxxyy-- into -xxxyyx- does convert multiple opposing counters, by (2) and (3), flipping to yield -xxxxxx- upon completion of the move.



              Reason:



              "All of the opponent's pieces between the these two pieces [(the just placed piece and the enabling friendly piece at the far end of the just surrounded enemy row of pieces)] are 'captured' and turned over to match the player's colour."








            share|improve this answer
































              4














              No. From the Rules of Play:





              1. Each piece played must be laid adjacent to an opponent's piece




              2. so that the opponent's piece or a row of opponent's pieces is flanked by the new piece and another piece of the player's colour.




              3. All of the opponent's pieces between these two pieces are 'captured' and turned over to match the player's colour.




              where I have split up and numbered the clauses of the paragraph for easier reference.



              Note that:




              • from (1), the suggested move is illegal, not being adjacent to an opposing piece;


              • even if one is playing to make -xxyxy-- into -xxyxyx-, by (3) only the second 'y' is flipped, resulting in -xxyxxx- upon completion of the move; and



              • playing to make -xxxyy-- into -xxxyyx- does convert multiple opposing counters, by (2) and (3), flipping to yield -xxxxxx- upon completion of the move.



                Reason:



                "All of the opponent's pieces between the these two pieces [(the just placed piece and the enabling friendly piece at the far end of the just surrounded enemy row of pieces)] are 'captured' and turned over to match the player's colour."








              share|improve this answer






























                4












                4








                4







                No. From the Rules of Play:





                1. Each piece played must be laid adjacent to an opponent's piece




                2. so that the opponent's piece or a row of opponent's pieces is flanked by the new piece and another piece of the player's colour.




                3. All of the opponent's pieces between these two pieces are 'captured' and turned over to match the player's colour.




                where I have split up and numbered the clauses of the paragraph for easier reference.



                Note that:




                • from (1), the suggested move is illegal, not being adjacent to an opposing piece;


                • even if one is playing to make -xxyxy-- into -xxyxyx-, by (3) only the second 'y' is flipped, resulting in -xxyxxx- upon completion of the move; and



                • playing to make -xxxyy-- into -xxxyyx- does convert multiple opposing counters, by (2) and (3), flipping to yield -xxxxxx- upon completion of the move.



                  Reason:



                  "All of the opponent's pieces between the these two pieces [(the just placed piece and the enabling friendly piece at the far end of the just surrounded enemy row of pieces)] are 'captured' and turned over to match the player's colour."








                share|improve this answer















                No. From the Rules of Play:





                1. Each piece played must be laid adjacent to an opponent's piece




                2. so that the opponent's piece or a row of opponent's pieces is flanked by the new piece and another piece of the player's colour.




                3. All of the opponent's pieces between these two pieces are 'captured' and turned over to match the player's colour.




                where I have split up and numbered the clauses of the paragraph for easier reference.



                Note that:




                • from (1), the suggested move is illegal, not being adjacent to an opposing piece;


                • even if one is playing to make -xxyxy-- into -xxyxyx-, by (3) only the second 'y' is flipped, resulting in -xxyxxx- upon completion of the move; and



                • playing to make -xxxyy-- into -xxxyyx- does convert multiple opposing counters, by (2) and (3), flipping to yield -xxxxxx- upon completion of the move.



                  Reason:



                  "All of the opponent's pieces between the these two pieces [(the just placed piece and the enabling friendly piece at the far end of the just surrounded enemy row of pieces)] are 'captured' and turned over to match the player's colour."









                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 9 hours ago

























                answered 10 hours ago









                Forget I was ever hereForget I was ever here

                8,77010 silver badges35 bronze badges




                8,77010 silver badges35 bronze badges

































                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Board & Card Games 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.


                    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%2fboardgames.stackexchange.com%2fquestions%2f48213%2fin-reversi-can-you-overwrite-two-chips-in-one-move%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

                    Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

                    The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

                    Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...