Traveller/README.md
Cold-Mint f07b073dc6
Refactoring map generator, updating readme.
重构地图生成器,更新readme。
2024-05-18 23:35:12 +08:00

68 lines
2.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Intro 简介
Mint's new game.
薄荷的新作游戏。
A pixel cross-platform Roguelite game.
一款像素的跨平台的Roguelite游戏。
## Recent Development progress 近期研发进度
| Task 任务 | status 状态 |
| ----------------------------------------------------------- | ------------------ |
| Randomly generated map 随机生成地图 | In progress 进行中 |
| loot 战利品 | await 等待 |
| Support still out of the knapsack system 支持仍出的背包系统 | await 等待 |
## Run the project locally 在本地运行项目
#### Download engine 下载引擎
1. Download [Godot Engine .Net](https://godotengine.org/).
下载[Godot Engine .Net](https://godotengine.org/)。
After downloading the engine, you will need to download an additional export template to export as an executable program.
下载引擎后,您需要额外下载导出模板才能导出为可执行程序。
2. Download [.NetSDK](https://dotnet.microsoft.com/download).
下载 [.NetSDK](https://dotnet.microsoft.com/download).
#### Clone project 克隆项目
Enter the following command in your working directory:
在您的工作目录输入以下指令:
```
git clone https://github.com/Cold-Mint/Traveller.git
```
## Participate in translation 参与翻译
The project is prepared for localization at the beginning of writing. You can edit the csv file in the locals directory. To modify and add new translations.
此项目在编写之初就为本地化做好了准备。您可以编辑locals目录下的csv文件。来修改和添加新的翻译。
## License 许可证
[GPL-3.0 license](LICENSE)
Chinese translation version[GPL-3.0 license 简体中文](LICENSE_ZH)
查看协议的中文翻译版本:[GPL-3.0 license 简体中文](LICENSE_ZH)
Support commercial, anyone can modify, build, and sell or distribute for free. For all derivative versions of this project, under the GPL, you shall **retain the author copyright** and **publish the modified source code**.
支持商用任何人可修改构建并用于售卖或免费发布。对于此项目的所有衍生版本根据GPL协议您应当**保留作者版权**,以及**公开修改后的源代码**。
> Note: You have the right to sell the modified version, but not the original.
>
> 注意:您有权售卖修改后的版本,但不能售卖原版。
## Star History 点赞历史
[![Star History Chart](https://api.star-history.com/svg?repos=Cold-Mint/Traveller&type=Date)](https://star-history.com/#Cold-Mint/Traveller&Date)