3.9 KiB
3.9 KiB
Difficult Rocket
中文 | English
Note: This repo will only publish
DR SDK
updates,DR game
updates will be published here.
Version
Introduction
Difficult-rocket is a Simple Rocket liked game build with Python (shorten as "rocket simulator"). It is lighter than Vanilla SR.
Run
1. Clone
mkdir DR
cd DR
git clone https://github.com/shenjackyuanjie/Difficult-Rocket.git
# or
git clone https://gitee.com/shenjackyuanjie/Difficult-Rocket.git
# or
git clone git@github.com:shenjackyuanjie/Difficult-Rocket.git
2. Install requirements
python -m pip install -r requirements.txt
git submodule update --init --recursive
cd libs
python -m pip install ./lib_not_dr
python -m pip install ./pyglet
3. Run
python DR.py
Environment
The developing environment used Python
3.8.10
, but3.8+
is also available.
Develop platform 1 - Windows 10 x64 22H2
- Python
3.8.10+
requirements
AMD R5 5600X
AMD RX 558 8G
- Python
Required Python Modules
python gen_require.py [-h] {0,1,2} run / build / compile
pyglet
(pre-installed V2.0.8 path:./libs/pyglet
)xmltodict
(pre-installed V0.12.0 path:./libs/xmltodict
)pyperclip
(pre-installed V1.8.2 path:./libs/pyperclip
)
requirement.txt requirement-build.txt requirement-dev.txt
Credits
-
Open Source Projects
-
Main contributors
- @Rayawa : Check mistake in docs & some translates
- @rouxiao-you : Translate chinese to English
- @Billchyi : Check mistake in docs
- @MSDNicrosoft : Optimize code