From 2dc7bb1de6301c6c2c3e9ee974331eba12ec5944 Mon Sep 17 00:00:00 2001 From: gitee-bot Date: Sat, 6 Sep 2025 12:16:34 +0000 Subject: [PATCH] Add README.md --- README.en.md | 27 +++++++++++++++++++++++++++ README.md | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 README.en.md create mode 100644 README.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..e06670d --- /dev/null +++ b/README.en.md @@ -0,0 +1,27 @@ +# Defend the Sun + +This is a RPG map for Warcraft III, based on the storyline setting of "Defend the Sun". + +## Features + +- Custom units and skills +- Custom items and heroes +- Custom game mechanics and rules + +## Installation + +1. Download and install [Warcraft III](https://www.blizzard.com/en-us/download/app/war3) +2. Place the map file into the `Maps` folder within your Warcraft III installation directory +3. Launch Warcraft III and load the map + +## Usage + +After launching the game, you can choose different heroes and engage in player versus player combat or cooperate against AI opponents. + +## Contribution + +Contributions are welcome! If you are interested in improving the map, please submit a pull request. + +## License + +This project uses the [MIT License](https://opensource.org/licenses/MIT). \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd442d0 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# 守护太阳 + +这是一个魔兽争霸3的RPG地图,基于《守护太阳》的剧情设定。 + +## 特性 + +- 自定义单位和技能 +- 自定义物品和英雄 +- 自定义游戏机制和规则 + +## 安装 + +1. 下载并安装[魔兽争霸3](https://www.blizzard.com/en-us/download/app/war3) +2. 将地图文件放入你的魔兽争霸3安装目录下的`Maps`文件夹 +3. 启动魔兽争霸3并加载地图 + +## 使用 + +启动游戏后,你可以选择不同的英雄并与其他玩家对战或合作对抗AI。 + +## 贡献 + +欢迎贡献!如果你有兴趣改进地图,请提交PR。 + +## 许可证 + +本项目采用[MIT License](https://opensource.org/licenses/MIT)。 \ No newline at end of file -- Gitee