From fa0d077151fd5c1290b38564d688349756dd31ae Mon Sep 17 00:00:00 2001 From: CoCo_Sol007 Date: Mon, 11 Mar 2024 18:18:23 +0100 Subject: [PATCH] save --- README.md | 2 ++ docs/actions.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 docs/actions.md diff --git a/README.md b/README.md index 38e5d2f..00bb694 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ If you want to know more about our reflexions check this : [all brainstorms](doc ## 2. Building +for more details check : [actions](docs/actions.md) + - **Upgradeable Buildings**: Structures such as the Castle, Barracks, Outpost, Mines, Sawmills, Breeding Farms, and Towers can be upgraded to enhance their capabilities. If you want to see each upgrade of each buildings, check the [second brainstrom](docs/brainstorms/brainstorm2.md#building) - **Destruction and Construction**: Players can gain resources and build their own structures within their territory with a limited number of workers. - **Usage of Buildings**: Each building serves a specific purpose, from troop recruitment to resource generation. Players must manage their buildings efficiently to strengthen their kingdom. If you want to see each usage of each buildings, check the [second brainstrom](docs/brainstorms/brainstorm2.md#building) diff --git a/docs/actions.md b/docs/actions.md new file mode 100644 index 0000000..76560ec --- /dev/null +++ b/docs/actions.md @@ -0,0 +1,53 @@ +# List of Possible Actions with Each Tile + +## Castle +This tile cannot be destroyed, +but it can +- manage villagers. +- Upgrade to gain more villagers. + +## Grass +allows you to: +- Buildings can only be constructed on this square. + +## Hill +This tile can be destroyed to gain stone. + +## Foret +This tile can be destroyed to gain wood. + +## Casern +this tile can : +- be destroyed. +- train soldiers +- improve the power of a type of soldier +- be upgraded to make more type of soldiers + +## Defense tower +this tile can : +- be destroyed. +- be upgraded to do more damage + +## Wall +this tile can : +- be destroyed. + +## Outpost +this tile can : +- be destroyed. +- teleport soldiers from one outpost to another + +## Mine +this tile can : +- be destroyed. +- be upgraded to earn more stones per turn + +## Sawmill +this tile can : +- be destroyed. +- be upgraded to gain more wood per turn. + +## Breeding +this tile can : +- be destroyed. +- be upgraded to gain more food per turn.