From 7a44e3be36533914bfe4eca1740ec3cc83b7a5f7 Mon Sep 17 00:00:00 2001 From: CoCo_Sol Date: Sat, 30 Mar 2024 23:38:49 +0100 Subject: [PATCH 1/2] save --- webpage/text.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 webpage/text.md diff --git a/webpage/text.md b/webpage/text.md new file mode 100644 index 0000000..f10c882 --- /dev/null +++ b/webpage/text.md @@ -0,0 +1,17 @@ +# What is Border Wars? +Border Wars is an online, turn-based strategy game where players compete to conquer territories and expand their medieval kingdom. The game features a cartoon-style map and an online multiplayer mode, making it both fun and challenging. + +# How it works ? +Border Wars is an open source project. You can find the source code [here](https://github.com/CoCoSol007/border-wars). For this project, we chose to use a full code game engine [Bevy](https://bevyengine.org), written in Rust, instead of Unity or Godot. When people ask, "Why? I say, "Because we like to challenge ourselves" and also. + +# How to play ? +Writing of a tuto in progress... + + +# Members +- CoCoSol007 => Developer/Owner +- Raphaƫl => Designer/Owner +- Tipragot => Reviewer +- Arthur => Composer +- Racloody => Sound Designer/Chief Communications Officer +- Horoleysh => Graphic Designer \ No newline at end of file -- 2.43.4 From 9d931650b7379830ed55bc86113327c6221b536d Mon Sep 17 00:00:00 2001 From: CoCo_Sol Date: Sun, 31 Mar 2024 15:40:40 +0200 Subject: [PATCH 2/2] save --- webpage/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpage/text.md b/webpage/text.md index f10c882..3617d40 100644 --- a/webpage/text.md +++ b/webpage/text.md @@ -2,7 +2,7 @@ Border Wars is an online, turn-based strategy game where players compete to conquer territories and expand their medieval kingdom. The game features a cartoon-style map and an online multiplayer mode, making it both fun and challenging. # How it works ? -Border Wars is an open source project. You can find the source code [here](https://github.com/CoCoSol007/border-wars). For this project, we chose to use a full code game engine [Bevy](https://bevyengine.org), written in Rust, instead of Unity or Godot. When people ask, "Why? I say, "Because we like to challenge ourselves" and also. +Border Wars is an open source project. You can find the source code [here](https://github.com/CoCoSol007/border-wars). For this project, we chose to use a full code game engine [Bevy](https://bevyengine.org), written in Rust, instead of Unity or Godot. When people ask, "Why? I say, "Because we like to challenge ourselves". # How to play ? Writing of a tuto in progress... -- 2.43.4