Masyu-making game2 bishops versus a lone kingChomp (Game with a Poisoned Chocolate Bar)Even and Odd gameCan you solve this masyu puzzle?A Total Masyu puzzleTry to design a uniquely solvable masyuThe Knight Checker or Football ChessMasyu puzzles with many circlesCan you create a free-floating MASYU puzzle?Game Night at the Binomial Elks Club

Improving an O(N^2) function (all entities iterating over all other entities)

How was Luke's prosthetic hand in Episode V filmed?

What could make large expeditions ineffective for exploring territory full of dangers and valuable resources?

How slow ( not zero) can a car engine run without hurting engine and saving on fuel

What is a Romeo Word™?

Making a Dataset that emulates `ls -tlra`?

Linux ext4 restore file and directory access rights after bad backup/restore

Parser for STL stereolithography data files

You have no, but can try for yes

Inscriptio Labyrinthica

Why would word of Princess Leia's capture generate sympathy for the Rebellion in the Senate?

What's a German word for »Sandbagger«?

Was demon possession only a New Testament phenomenon?

Applying for jobs with an obvious scar

Are there foods that astronauts are explicitly never allowed to eat?

Why did my "seldom" get corrected?

Demographic consequences of closed loop reincarnation

How to belay quickly ascending top-rope climbers?

Project Euler # 25 The 1000 digit Fibonacci index

How important are the Author's mood and feelings for writing a story?

Authorship dispute on a paper that came out of a final report of a course?

Heatsink on underside of PCB

Align the contents of a numerical matrix when you have minus signs

Evaluate the limit the following series



Masyu-making game


2 bishops versus a lone kingChomp (Game with a Poisoned Chocolate Bar)Even and Odd gameCan you solve this masyu puzzle?A Total Masyu puzzleTry to design a uniquely solvable masyuThe Knight Checker or Football ChessMasyu puzzles with many circlesCan you create a free-floating MASYU puzzle?Game Night at the Binomial Elks Club






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








6












$begingroup$



Two players are playing a game on a $4times4$ board. The players take turns adding either a white circle or a black circle into any empty square, so that the board makes a solvable masyu puzzle (with one or more possible solutions). The winner is the player who first makes the position uniquely solvable (i.e. a puzzle which only has one possible solution).



enter image description here




What move should the first player start with?










share|improve this question









$endgroup$


















    6












    $begingroup$



    Two players are playing a game on a $4times4$ board. The players take turns adding either a white circle or a black circle into any empty square, so that the board makes a solvable masyu puzzle (with one or more possible solutions). The winner is the player who first makes the position uniquely solvable (i.e. a puzzle which only has one possible solution).



    enter image description here




    What move should the first player start with?










    share|improve this question









    $endgroup$














      6












      6








      6


      1



      $begingroup$



      Two players are playing a game on a $4times4$ board. The players take turns adding either a white circle or a black circle into any empty square, so that the board makes a solvable masyu puzzle (with one or more possible solutions). The winner is the player who first makes the position uniquely solvable (i.e. a puzzle which only has one possible solution).



      enter image description here




      What move should the first player start with?










      share|improve this question









      $endgroup$





      Two players are playing a game on a $4times4$ board. The players take turns adding either a white circle or a black circle into any empty square, so that the board makes a solvable masyu puzzle (with one or more possible solutions). The winner is the player who first makes the position uniquely solvable (i.e. a puzzle which only has one possible solution).



      enter image description here




      What move should the first player start with?







      logical-deduction grid-deduction game






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 8 hours ago









      jafejafe

      33.2k5 gold badges91 silver badges332 bronze badges




      33.2k5 gold badges91 silver badges332 bronze badges




















          1 Answer
          1






          active

          oldest

          votes


















          5












          $begingroup$

          Up to symmetries of the board, there aren't very many possible moves for the first player:




          enter image description here

          There are only five moves: black in A, black in B, black in F, white in B, and white in F.


          Black in A doesn't work; the second player responds with black in K.

          Black in B doesn't work; the second player responds with black in O.

          Black in F doesn't work; the second player responds with black in P.

          White in B doesn't work; the second player responds with black in K.

          So the only possible answer is white in F.




          Does this strategy work?




          Let's check all possible responses to white in F (again, ignoring symmetry):

          Black in A makes the puzzle unsolvable.

          Black in B: respond with black in L.

          Black in C makes the puzzle unsolvable.

          Black in D: respond with black in J.

          Black in G: respond with black in M.

          Black in H: respond with black in M.

          Black in K makes the puzzle unsolvable.

          Black in L: respond with black in B.

          Black in P: respond with white in B.


          White in A makes the puzzle unsolvable.

          White in B: respond with black in P.

          White in C: respond with black in L.

          White in D makes the puzzle unsolvable.

          White in G: respond with black in N.

          White in H: respond with black in J.

          White in K: respond with white in L.

          White in L: respond with white in K.

          White in P makes the puzzle unsolvable.


          So this first move does indeed work, and lets the first player win on their next turn.







          share|improve this answer









          $endgroup$















            Your Answer








            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%2f86359%2fmasyu-making-game%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









            5












            $begingroup$

            Up to symmetries of the board, there aren't very many possible moves for the first player:




            enter image description here

            There are only five moves: black in A, black in B, black in F, white in B, and white in F.


            Black in A doesn't work; the second player responds with black in K.

            Black in B doesn't work; the second player responds with black in O.

            Black in F doesn't work; the second player responds with black in P.

            White in B doesn't work; the second player responds with black in K.

            So the only possible answer is white in F.




            Does this strategy work?




            Let's check all possible responses to white in F (again, ignoring symmetry):

            Black in A makes the puzzle unsolvable.

            Black in B: respond with black in L.

            Black in C makes the puzzle unsolvable.

            Black in D: respond with black in J.

            Black in G: respond with black in M.

            Black in H: respond with black in M.

            Black in K makes the puzzle unsolvable.

            Black in L: respond with black in B.

            Black in P: respond with white in B.


            White in A makes the puzzle unsolvable.

            White in B: respond with black in P.

            White in C: respond with black in L.

            White in D makes the puzzle unsolvable.

            White in G: respond with black in N.

            White in H: respond with black in J.

            White in K: respond with white in L.

            White in L: respond with white in K.

            White in P makes the puzzle unsolvable.


            So this first move does indeed work, and lets the first player win on their next turn.







            share|improve this answer









            $endgroup$

















              5












              $begingroup$

              Up to symmetries of the board, there aren't very many possible moves for the first player:




              enter image description here

              There are only five moves: black in A, black in B, black in F, white in B, and white in F.


              Black in A doesn't work; the second player responds with black in K.

              Black in B doesn't work; the second player responds with black in O.

              Black in F doesn't work; the second player responds with black in P.

              White in B doesn't work; the second player responds with black in K.

              So the only possible answer is white in F.




              Does this strategy work?




              Let's check all possible responses to white in F (again, ignoring symmetry):

              Black in A makes the puzzle unsolvable.

              Black in B: respond with black in L.

              Black in C makes the puzzle unsolvable.

              Black in D: respond with black in J.

              Black in G: respond with black in M.

              Black in H: respond with black in M.

              Black in K makes the puzzle unsolvable.

              Black in L: respond with black in B.

              Black in P: respond with white in B.


              White in A makes the puzzle unsolvable.

              White in B: respond with black in P.

              White in C: respond with black in L.

              White in D makes the puzzle unsolvable.

              White in G: respond with black in N.

              White in H: respond with black in J.

              White in K: respond with white in L.

              White in L: respond with white in K.

              White in P makes the puzzle unsolvable.


              So this first move does indeed work, and lets the first player win on their next turn.







              share|improve this answer









              $endgroup$















                5












                5








                5





                $begingroup$

                Up to symmetries of the board, there aren't very many possible moves for the first player:




                enter image description here

                There are only five moves: black in A, black in B, black in F, white in B, and white in F.


                Black in A doesn't work; the second player responds with black in K.

                Black in B doesn't work; the second player responds with black in O.

                Black in F doesn't work; the second player responds with black in P.

                White in B doesn't work; the second player responds with black in K.

                So the only possible answer is white in F.




                Does this strategy work?




                Let's check all possible responses to white in F (again, ignoring symmetry):

                Black in A makes the puzzle unsolvable.

                Black in B: respond with black in L.

                Black in C makes the puzzle unsolvable.

                Black in D: respond with black in J.

                Black in G: respond with black in M.

                Black in H: respond with black in M.

                Black in K makes the puzzle unsolvable.

                Black in L: respond with black in B.

                Black in P: respond with white in B.


                White in A makes the puzzle unsolvable.

                White in B: respond with black in P.

                White in C: respond with black in L.

                White in D makes the puzzle unsolvable.

                White in G: respond with black in N.

                White in H: respond with black in J.

                White in K: respond with white in L.

                White in L: respond with white in K.

                White in P makes the puzzle unsolvable.


                So this first move does indeed work, and lets the first player win on their next turn.







                share|improve this answer









                $endgroup$



                Up to symmetries of the board, there aren't very many possible moves for the first player:




                enter image description here

                There are only five moves: black in A, black in B, black in F, white in B, and white in F.


                Black in A doesn't work; the second player responds with black in K.

                Black in B doesn't work; the second player responds with black in O.

                Black in F doesn't work; the second player responds with black in P.

                White in B doesn't work; the second player responds with black in K.

                So the only possible answer is white in F.




                Does this strategy work?




                Let's check all possible responses to white in F (again, ignoring symmetry):

                Black in A makes the puzzle unsolvable.

                Black in B: respond with black in L.

                Black in C makes the puzzle unsolvable.

                Black in D: respond with black in J.

                Black in G: respond with black in M.

                Black in H: respond with black in M.

                Black in K makes the puzzle unsolvable.

                Black in L: respond with black in B.

                Black in P: respond with white in B.


                White in A makes the puzzle unsolvable.

                White in B: respond with black in P.

                White in C: respond with black in L.

                White in D makes the puzzle unsolvable.

                White in G: respond with black in N.

                White in H: respond with black in J.

                White in K: respond with white in L.

                White in L: respond with white in K.

                White in P makes the puzzle unsolvable.


                So this first move does indeed work, and lets the first player win on their next turn.








                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 4 hours ago









                DeusoviDeusovi

                69.5k7 gold badges240 silver badges304 bronze badges




                69.5k7 gold badges240 silver badges304 bronze badges



























                    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%2f86359%2fmasyu-making-game%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

                    Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                    Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                    In Tikz, how to set a node's label alignment to the left?Rotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?Numerical conditional within tikz keys?TikZ/ERD: node (=Entity) label on the insideLine up nested tikz enviroments or how to get rid of themVertically align a tikzpicture and forestDrawing tikz line in the margin for multiple pagesLongtable, contained tikz, padding, custom columns, and an alignment issueTikZ: define arrow starting position based on style and format node labelAlign node name in Tikz