Traveller/README.md
Cold-Mint b5b79eccc1
Fixed an issue where images referenced in readme would not display properly.
修复readme内引用的图片不能正常显示的问题。
2024-05-19 20:40:22 +08:00

59 lines
1.8 KiB
Markdown

English [简体中文](README_ZH.md) [にほんご](README_JP.md)
## Intro
Mint's new game.
A pixel cross-platform roguelite game.
## Recent Development progress
| Task | status |
| ----------------------------------------------------------- | ------------------ |
| Randomly generated map | In progress |
| loot | await |
| Support still out of the knapsack system | await |
## Screenshot
Game scene
![](screenshot/0.0.1/game_page.png)
Level graph editor
![](screenshot/0.0.1/level_Graph_Editor.png)
## Run the project locally
#### Download engine
1. Download [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).
#### 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.
## License
[GPL-3.0 license](LICENSE)
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**.
> 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)