From 2260480741950dfb8f1b5f52c08786df5c90fcf0 Mon Sep 17 00:00:00 2001 From: yukirij Date: Tue, 3 Sep 2024 22:31:05 -0700 Subject: [PATCH] Update markdown documents. --- www/about/main.md | 2 +- www/guide/game.md | 10 +++++----- www/guide/pieces.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/about/main.md b/www/about/main.md index cdd51b9..39cbcef 100644 --- a/www/about/main.md +++ b/www/about/main.md @@ -1,6 +1,6 @@ # About -Omen is a work of [Project Kirisame](https://kirisame.com). +Dzura is a work of [Project Kirisame](https://kirisame.com). - [Project License](https://ykr.info/license) diff --git a/www/guide/game.md b/www/guide/game.md index 7dacb1f..41c5af6 100644 --- a/www/guide/game.md +++ b/www/guide/game.md @@ -1,17 +1,17 @@ # Game -Omen is an abstract strategy game, similar to chess and shogi, in which players take turns moving and placing pieces on a hexagon grid to capture the opponent's king (omen). +Dzura is an abstract strategy game, similar to chess and shogi, in which players take turns moving and placing pieces on a hexagon grid to capture the opponent's king (Source). ## Setup ### Board -Omen is played on a hexagon grid that is 9 tiles across and 5 tiles on each side, with opposite corners facing the players, such that the hexagon tiles form columns between them. +Dzura is played on a hexagon grid that is 9 tiles across and 5 tiles on each side, with opposite corners facing the players, such that the hexagon tiles form columns between them. - Each player has 9 Militia placed between the 2nd ranks of the edges, leaving one or two tiles between opposing Militia. - - The back line has the Omen at the center, flanked on either side by first Towers, then Castles, Knights, and Lances, such that the Lances are in the adjacent corners. - - The Behemoth is placed in front of the Omen and the Dragon in front of the Behemoth. + - The back line has the Source at the center, flanked on either side by first Towers, then Castles, Knights, and Lances, such that the Lances are in the adjacent corners. + - The Behemoth is placed in front of the Source and the Dragon in front of the Behemoth. ### Turns @@ -68,7 +68,7 @@ A piece may not be placed behind the first opposing piece in a column. ## Check -If an opposing piece can make a move that captures your omen, then you are in check. +If an opposing piece can make a move that captures your Source, then you are in check. While in check, a player may only make actions that remove check. diff --git a/www/guide/pieces.md b/www/guide/pieces.md index 281ee51..82d25de 100644 --- a/www/guide/pieces.md +++ b/www/guide/pieces.md @@ -64,6 +64,6 @@ The Behemoth may move any number of tiles in the adjacent directions. The promoted Behemoth may additionally move to the second tiles in the adjacent directions. -## Omen +## Source -The Omen may move onto any of the adjacent tiles, as wella s to the diagonal sides. +The Source may move onto any of the adjacent tiles, as wella s to the diagonal sides.