更新日志可见 [这里](.docs/update_logs.md)
update logs can see at [here](./docs/update_logs)
This commit is contained in:
parent
cc403c0e05
commit
4d037980a0
10
.gitignore
vendored
10
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
## 环境需求 (测试过的/开发平台)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user