Add pawn attacking move at its diagonals.
还没有人认领这个 Issue。
评估
调研方向
该 issue 没有指明任何文件或测试,因此先定位 Java Pawn 的走法实现以及现有的走法生成测试。验证普通的斜向吃子,然后验证 en passant 规则及其立即失效。完成的标准是两种吃子行为都得到正确体现,并且现有行为保持不变。
由索引模型根据 Issue 内容生成。
描述
Add an attacking or capturing move for Pawn.
Unlike other pieces, the pawn does not capture in the same direction that it moves. A pawn captures diagonally forward one square to the left or right (see diagram).
Another unusual rule is the en passant capture. It can occur after a pawn advances two squares using its initial two-step move option, and the square passed over is attacked by an enemy pawn. The enemy pawn is entitled to capture the moved pawn "in passing" – as if it had advanced only one square. The capturing pawn moves to the square over which the moved pawn passed (see diagram), and the moved pawn is removed from the board. The option to capture the moved pawn en passant must be exercised on the move immediately following the double-step pawn advance, or it is lost for the remainder of the game.
For more info, check out the wikipedia entry here.
- 主要语言
- Java
- 星标
- 0
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
celeroncoder/Chess 的其他 Issue
-
good first issue util
celeroncoder/Chess#34 · 已指派 1 人 ·
-
enhancement piece
celeroncoder/Chess#33 · 已指派 1 人 ·
-
难度 3/5 1-2 天 新手友好度 35/100
celeroncoder/Chess#32 ·
-
难度 4/5 3-5 天 新手友好度 35/100
celeroncoder/Chess#31 ·
-
难度 4/5 3-5 天 新手友好度 25/100
celeroncoder/Chess#30 ·
查看 celeroncoder/Chess 的全部 Issue
相似的 Issue
-
documentation
难度 2/5 1-3 小时 新手友好度 65/100
inu-appcenter/memorIN-backend#288 ·
-
难度 2/5 1-3 小时 新手友好度 65/100
-
frontend maui-pilot pilot-ask question
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 75/100
-
area/plugin
难度 2/5 1-3 小时 新手友好度 75/100
kestra-io/plugin-kestra#190 ·