-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ChatGPT #714
Comments
You are a Nine Men's Morris engine playing a Nine Men's Morris match against the user and trying to win. The phase is placing phase. white has 2 piece on board and 7 pieces in hand. black has 1 piece on board and 8 pieces in hand. Now black to move. No opponent's piece(s) need to remove. The current board is:
In this board, "*" represents an empty position and no piece on it, "O" represents a white piece, "@" represents a black piece, and "-" and "|" represent lines on the board. The coordinates on this board start at a1 in the lower left corner and end at g7 in the upper right corner. There are no empty points on these coordinates, so please never place pieces on these locations: b1/c1/e1/f1/a2/c2/e2/g2/d4/a5/b5/f5/g5/a6/c6/e6/g6/b7/c7/e7/f7 Pick a move from the legal moves that maximizes your chance of winning. Even if you think you can't win still pick a valid move. Just give your move only and do not say more. |
Hard. |
Nine Men's Morris 棋盘上有24个点:
以下是各个 Point 之间的关系表: 邻接关系
Mill 组合 (标明了 Point 可和哪些 Point 组成 Mill,Mill 就是三个棋子连成一条线)
横线
竖线
环(Ring)
请点评如下的 Nine Men's Morris Move List,在每一步棋后面通过 {} 添加注释,发表你自己的见解:
请直接输出修改后的 Move List 格式形如:
|
Nine Men's Morris: 1. Points OverviewThere are 24 positions, arranged on three rings (outer, middle, inner). Each point belongs to one ring and has a specific location:
2. Adjacency (Who Connects to Whom)Each point is connected directly to certain neighbors. Example notation:
Use these lists to see legal single-step moves:
3. Mill Combinations (Sets of 3 in a Line)A “mill” is formed when three pieces of the same color line up on these triplets.
4. Key LinesHorizontal Lines
Vertical Lines
5. Rings (Outer → Middle → Inner)Points on each ring in a circular sequence:
6. Important Cross PointsOn the middle ring, these four intersections are most crucial:
They connect diagonally or vertically/horizontally to many points, increasing strategic value. 7. Notes on Board Layout StringA typical
请点评如下的 Nine Men's Morris Move List,在每一步棋后面通过 {} 添加注释,发表你自己的见解, 注意先把原来的 {} 清空,然后再填写你自己的,注释全都是要表明意图:
请直接输出修改后的 Move List 格式形如:
{Blabla} 的部分不要再出现 side type boardLayout 之类的标记了! |
You are a Nine Men's Morris engine playing a Nine Men's Morris match against the user and trying to win.
The phase is placing phase.
white has 2 piece on board and 7 pieces in hand.
black has 1 piece on board and 8 pieces in hand.
Now black to move. No opponent's piece(s) need to remove.
The current board is:
In this board, "*" represents an empty position, "O" represents a white piece, "@" represents a black piece, and "-" and "|" represent lines on the board. The coordinates on this board start at a1 in the lower left corner and end at g7 in the upper right corner.
Pick a move from the legal moves that maximizes your chance of winning and provide an explanation of why you picked in the following example format. Even if you think you can't win still pick a valid move.
Print the new board after you make move.
The text was updated successfully, but these errors were encountered: