更新日志可见 [这里](.docs/update_logs.md)

update logs can see at [here](./docs/update_logs)
This commit is contained in:
瑗杰 沈 2021-04-09 21:37:24 +08:00
parent cc403c0e05
commit 4d037980a0
4 changed files with 15 additions and 14 deletions

10
.gitignore vendored
View File

@ -1,5 +1,6 @@
# VScode file
.vscode/
.vs/
DR.code-workspace
# PYCharm file
@ -132,12 +133,3 @@ dmypy.json
# Pyre type checker
.pyre/
# DS_Store
*.DS_Store
*/.DS_Store
textures/.DS_Store
/.vs/PythonSettings.json
/.vs/slnx.sqlite
/.vs/VSWorkspaceState.json
/.vs/DR/v16/.suo

View File

@ -4,7 +4,9 @@
0.2.4 (developing DEMO)
中文README请移步 [这里](docs/README-cn.md)
[Update logs](https://github.com/shenjackyuanjie/Difficult-Rocket/blob/main/docs/update_logs.md)
中文README请移步 [这里](https://github.com/shenjackyuanjie/Difficult-Rocket/blob/main/docs/README-cn.md)
> It's a Simple Rocket liked game build with Python
@ -16,7 +18,7 @@ None. Not even one!
## Planed feature
- All In [here](../projects)
- All In [here](https://github.com/shenjackyuanjie/Difficult-Rocket/projects)
## Environment (been tested / develop on)

View File

@ -4,7 +4,9 @@
0.2.4 (开发DEMO.ing)
For an English version of readme, please move [here]().
[更新日志](https://github.com/shenjackyuanjie/Difficult-Rocket/blob/main/docs/update_logs.md)
For an English version of readme, please move [here](https://github.com/shenjackyuanjie/Difficult-Rocket).
> 这是一个用Python制作的类Simple Rocket游戏
@ -16,7 +18,7 @@ For an English version of readme, please move [here]().
## 计划特性
- 都在 [](./projects)
- 都在 [](https://github.com/shenjackyuanjie/Difficult-Rocket/projects)
## 环境需求 (测试过的/开发平台)

View File

@ -1,5 +1,10 @@
# Difficult Rocket Update Logs
## Readme
- [README](https://github.com/shenjackyuanjie/Difficult-Rocket)
- [中文README](https://github.com/shenjackyuanjie/Difficult-Rocket/blob/main/docs/README-cn.md)
## 2021/04/09 V 0.2.3/4
### Add
@ -23,7 +28,7 @@
- add local libs
- `pyglet 1.5.15`
- `json 0.9.5`
- `json5 0.9.5`
PS: now I'm not sure witch lib will be import first