From 6302beb98d7e5df2c37a6bbf489101fd6a41f5c2 Mon Sep 17 00:00:00 2001 From: KazukiOta Date: Thu, 13 Mar 2025 22:29:21 +0900 Subject: [PATCH] Update shogi.md --- docs/shogi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shogi.md b/docs/shogi.md index 3caf6a78c..35c0e231a 100644 --- a/docs/shogi.md +++ b/docs/shogi.md @@ -103,7 +103,7 @@ The design of action also follows that of dlshogi. There are `2187 = 81 x 27` distinct actions. The action can be decomposed into -- `direction` from which the piece moves and +- `direction` to which the piece moves and - `destination` to which the piece moves by `direction, destination = action // 81, action % 81`.