5.3 KiB
Difficult Rocket
中文 | English
Notice: This repo will only publish DR SDK
updates, DR game
updates will be published here
Version
中文README请移步 这里
Difficult-rocket is a Simple Rocket liked game build with Python (in short: rocket simulator)
Advantage
Lighter than Vanilla SR
Plan feature list
Update logs
Environment (been tested / developed on)
Develop platform 1 - Windows 10 x64 22H2
- Python
3.8.10
- pillow
9.5.0
- psutil
5.9.5
- rtoml
0.9.0
- tomlkit
0.11.8
- defusedxml
0.7.1
- objprint
0.2.2
- viztracer
0.15.6
- vizplugins
0.1.3
- nuitka
1.6.1
- ordered-set
4.1.0
- imageio
2.31.0
- wheel
0.40.0
- setuptools
67.8.0
- setuptools-rust
1.6.0
- pillow
AMD R5 5600X
AMD RX 550 4G
- Python
Required python modules
pyglet
(pre-installed V2.0.5 path:./libs/pyglet
)xmltodict
(pre-installed V0.12.0 path:./libs/xmltodict
)pyperclip
(pre-installed V1.8.2 path:./libs/pyperclip
)
# this requirement is for
# DR basic running from source
# DR build (by nuitka)
# DR contributing
# for images
pillow >= 9.5.0
# for sys info
psutil >= 5.9.5
# for files
rtoml >= 0.9.0
tomlkit >= 0.11.7
defusedxml >= 0.7.1
# for debug
objprint >= 0.2.2
viztracer >= 0.15.6
vizplugins >= 0.1.3
# for compile
nuitka >= 1.5.6
ordered-set >= 4.1.0
imageio >= 2.27.0
wheel >= 0.40.0
setuptools >= 67.6.1
setuptools-rust >= 1.5.2
thanks to
-
Open Source Projects
- pyglet: GUI and graphics
tomlkit
/rtoml
toml parserxmltodict
: translate data between xml and dictpyperclip
: paste board!rapier2d
: Phy simulate enginepyo3
: Rust Python Binding
-
Main contributors
- @Rayawa : Check mistake in docs & some translates
- @rouxiao-you : Translate chinese to English
- @Billchyi : Check mistake in docs
- @MSDNicrosoft : Optimize code
Other links
About License
https://creativecommons.org/licenses/by-nc-sa/4.0/
Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
You are free to:
Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way
that suggests the licensor endorses you or your use.
NonCommercial — You may not use the material for commercial purposes.
ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
Notices:
You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.