From 165d27568dc983ef3492700230a2afc94e27b4ab Mon Sep 17 00:00:00 2001 From: Corentin Date: Sun, 14 Jan 2024 02:31:02 +0100 Subject: [PATCH] Save unfinished work --- README.md | 68 ++++++++++++++++++- .../brainstorm1.md} | 0 2 files changed, 67 insertions(+), 1 deletion(-) rename docs/{brainstorm.md => brainstorms/brainstorm1.md} (100%) diff --git a/README.md b/README.md index 209ece0..d8867e6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,73 @@ ## Brainstorm -If you want to know more about our reflexions check this [link](docs/brainstorm.md). +If you want to know more about our reflexions check this : +[Brainstorm 1](docs/brainstorms/brainstorm1.md). + +we've decided to make an turn based online game named : **Border Wars** + +## Building list + +```mermaid +mindmap + root((Buildings)) + ("`**Castle** + The main building of your army, you must protect it`") + ("`**Casern** + Train troop`") + ("`**Tower** + Defend your territory`") + ("`**Wall** + A pasive defence that block every soldier`") + ("`**Outpost** + A *teleporter* like`") + [**Farms**] + ("`**Mine** + Allow you to gain stone each turns`") + ("`**Sawmill** + Allow you to gain wood each turns`") + ("`**Breeding** + Allow you to gain food each turn`") +``` + +## Game Modes + +```mermaid +mindmap + root((Game Modes)) + ("`**1v1** + The classic mode`") + ("`**2v2** + A funny mode 2v2`") + ("`**History mode** + A mode to understand why`") + ("`**1vIA**? + A when you don't have friends`") +``` + + +## Style + +We think to made our game in 2D iso with hexagons. +the overall theme will be fairytale medieval. + +## Different troop + + +```mermaid +mindmap + root((Troop)) + ("`**No Name** + A classic troop`") + ("`**No Name** + A troop with a great deal of experience but not much power`") + ("`**No Name** + A troop with great power but little scope for expansion`") +``` + +## Balancing + +In the future, we'll have to make sure that each troop is both different and balanced. ## Our team diff --git a/docs/brainstorm.md b/docs/brainstorms/brainstorm1.md similarity index 100% rename from docs/brainstorm.md rename to docs/brainstorms/brainstorm1.md