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;
}
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
add a comment |
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
add a comment |
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
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
othello
asked 10 hours ago
Anatoly WeinAnatoly Wein
709 bronze badges
709 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
No. From the Rules of Play:
Each piece played must be laid adjacent to an opponent's piece
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.
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."
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
No. From the Rules of Play:
Each piece played must be laid adjacent to an opponent's piece
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.
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."
add a comment |
No. From the Rules of Play:
Each piece played must be laid adjacent to an opponent's piece
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.
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."
add a comment |
No. From the Rules of Play:
Each piece played must be laid adjacent to an opponent's piece
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.
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."
No. From the Rules of Play:
Each piece played must be laid adjacent to an opponent's piece
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.
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."
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
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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