This commit is contained in:
沈瑗杰 2021-01-27 18:23:21 +08:00
parent c3dd11caf0
commit fddeed2d3c
2 changed files with 11 additions and 5 deletions

View File

@ -14,11 +14,14 @@ None. Not even one!
## Planed feature ## Planed feature
- server client separate (just like minecraft). - server client separate (just like minecraft)
## Environment ## Environment (been tested)
- `Python 3.8.5` `Windows10 x64` `Pyglet 1.5.7` - `Python 3.8.7`
`Windows10 x64`
`Pyglet 1.5.14`
`Json5 0.9.5`
## Required python modules ## Required python modules

View File

@ -16,9 +16,12 @@ For an English version of readme, please move [here](https://github.com/shenjack
- 服务端客户端分离就像minecraft一样 - 服务端客户端分离就像minecraft一样
## 环境需求 ## 环境需求 (测试过的)
- `Python 3.8.5` `Windows10 x64` `Pyglet 1.5.7` `Json 5` - `Python 3.8.7`
`Windows10 x64`
`Pyglet 1.5.14`
`Json5 0.9.5`
### 需要的Python模块 ### 需要的Python模块