From a2df6d7c629d9b34f7c488ac6f915b5fc03f29fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Sat, 28 Nov 2020 20:36:43 +0800 Subject: [PATCH] README and others --- README.md | 15 ++++++++------- SR-PY.py | 2 ++ docs/README-cn.md | 11 +++++++++++ libs/__init__.py | 6 ++++++ libs/setups.py | 0 libs/startup.py | 8 ++++++++ libs/textures/__init__.py | 5 +++++ 7 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 docs/README-cn.md create mode 100644 libs/setups.py create mode 100644 libs/startup.py create mode 100644 libs/textures/__init__.py diff --git a/README.md b/README.md index f065230..6632206 100644 --- a/README.md +++ b/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 -``` \ No newline at end of file +# Advantage + +Nope. Not even one + +(Because is was not done) + +# \ No newline at end of file diff --git a/SR-PY.py b/SR-PY.py index 0ad37f0..f60b426 100644 --- a/SR-PY.py +++ b/SR-PY.py @@ -3,6 +3,8 @@ writen by shenjackyuanjie mail: 3695888@qq.com """ +import pyglet +import libs def main(): pass diff --git a/docs/README-cn.md b/docs/README-cn.md new file mode 100644 index 0000000..96b017b --- /dev/null +++ b/docs/README-cn.md @@ -0,0 +1,11 @@ +# SR + +> 这是一个用Python制作的类Simple Rocket游戏 + +# 优势 + +没有。一点也没有 + +(因为还没写完呢) + +# \ No newline at end of file diff --git a/libs/__init__.py b/libs/__init__.py index 7e1a00d..43eb41a 100644 --- a/libs/__init__.py +++ b/libs/__init__.py @@ -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 diff --git a/libs/setups.py b/libs/setups.py new file mode 100644 index 0000000..e69de29 diff --git a/libs/startup.py b/libs/startup.py new file mode 100644 index 0000000..533c1da --- /dev/null +++ b/libs/startup.py @@ -0,0 +1,8 @@ +""" +writen by shenjackyuanjie +mail: 3695888@qq.com +""" + +class main(): + def __init__(self): + pass diff --git a/libs/textures/__init__.py b/libs/textures/__init__.py new file mode 100644 index 0000000..fa23ec2 --- /dev/null +++ b/libs/textures/__init__.py @@ -0,0 +1,5 @@ +""" +writen by shenjackyuanjie +mail: 3695888@qq.com +""" +# import folders