README and others
This commit is contained in:
parent
2c94d0e9b8
commit
a2df6d7c62
15
README.md
15
README.md
@ -1,10 +1,11 @@
|
||||
# SR
|
||||
simplerocket in python
|
||||
or simple rocket python edition
|
||||
|
||||
# NEED
|
||||
> It's a Simple Rocket liked game build with Python
|
||||
|
||||
```
|
||||
python 3.8+
|
||||
pyglet
|
||||
```
|
||||
# Advantage
|
||||
|
||||
Nope. Not even one
|
||||
|
||||
(Because is was not done)
|
||||
|
||||
#
|
2
SR-PY.py
2
SR-PY.py
@ -3,6 +3,8 @@ writen by shenjackyuanjie
|
||||
mail: 3695888@qq.com
|
||||
"""
|
||||
|
||||
import pyglet
|
||||
import libs
|
||||
|
||||
def main():
|
||||
pass
|
||||
|
11
docs/README-cn.md
Normal file
11
docs/README-cn.md
Normal file
@ -0,0 +1,11 @@
|
||||
# SR
|
||||
|
||||
> 这是一个用Python制作的类Simple Rocket游戏
|
||||
|
||||
# 优势
|
||||
|
||||
没有。一点也没有
|
||||
|
||||
(因为还没写完呢)
|
||||
|
||||
#
|
@ -2,3 +2,9 @@
|
||||
writen by shenjackyuanjie
|
||||
mail: 3695888@qq.com
|
||||
"""
|
||||
# import folders
|
||||
import libs.textures
|
||||
|
||||
# import in this forder
|
||||
import libs.startup
|
||||
import libs.setups
|
||||
|
0
libs/setups.py
Normal file
0
libs/setups.py
Normal file
8
libs/startup.py
Normal file
8
libs/startup.py
Normal file
@ -0,0 +1,8 @@
|
||||
"""
|
||||
writen by shenjackyuanjie
|
||||
mail: 3695888@qq.com
|
||||
"""
|
||||
|
||||
class main():
|
||||
def __init__(self):
|
||||
pass
|
5
libs/textures/__init__.py
Normal file
5
libs/textures/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
"""
|
||||
writen by shenjackyuanjie
|
||||
mail: 3695888@qq.com
|
||||
"""
|
||||
# import folders
|
Loading…
Reference in New Issue
Block a user