Update markdown documents.

This commit is contained in:
yukirij 2024-09-03 22:31:05 -07:00
parent 2ea06bc0f0
commit 2260480741
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# About # 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) - [Project License](https://ykr.info/license)

View File

@ -1,17 +1,17 @@
# Game # 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 ## Setup
### Board ### 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. - 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 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 Omen and the Dragon in front of the Behemoth. - The Behemoth is placed in front of the Source and the Dragon in front of the Behemoth.
### Turns ### Turns
@ -68,7 +68,7 @@ A piece may not be placed behind the first opposing piece in a column.
## Check ## 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. While in check, a player may only make actions that remove check.

View File

@ -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. 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.