This commit is contained in:
星外之神 2022-04-05 02:10:10 +08:00
parent c8a14f1cf9
commit c1e511ffe8

View File

@ -33,7 +33,7 @@ python main.py
## 方法
* 使用鼠标收集阳光,种植植物
* 你可以通过更改 source/constants.py 中的 START_LEVEL_NUM 的数值来更改起始关卡:
* 你可以通过更改`source/constants.py`中的`START_LEVEL_NUM`的数值来更改起始关卡:
* 冒险模式:
* 1 和 2白昼模式
* 3夜晚模式
@ -45,13 +45,13 @@ python main.py
## Windows单文件封装
编译依赖:
- Python >= 3.7
- Python-Pygame >= 1.9
- Nuitka
- MinGW-w64或其他C编译器
- ccache
- depends
- python-zstandard可选
- `Python` >= 3.7
- `Python-Pygame` >= 1.9
- `Nuitka`
- `MinGW-w64`或其他C编译器
- `ccache`
- `depends`
- `python-zstandard`(可选)
**在编译环境安装不全时Nuitka可以自动安装MinGW-w64、ccache和depends**