(WIP)Difficult Rocket by Python https://dr.shenjack.top
Go to file
2023-12-24 22:17:10 +08:00
.github/workflows Update build and API versions 2023-12-16 22:24:44 +08:00
.vscode add vscode config and sync pyglet and lndl 2023-12-24 03:52:46 +08:00
assets 好活! 2023-11-20 20:12:56 +08:00
config enhance | 优化了 dr game 的报错 2023-12-23 01:03:36 +08:00
Difficult_Rocket Remove logging 2023-12-24 16:09:54 +08:00
docs Change both the Chinese Doc and the English Doc. 2023-12-24 22:17:10 +08:00
libs add vscode config and sync pyglet and lndl 2023-12-24 03:52:46 +08:00
mods/dr_game Adjust file structures and bump version to 0.3.1. 2023-12-24 21:29:04 +08:00
scripts Remove serde-xml and xml-rs require 2023-12-24 15:51:44 +08:00
test ruff format! 2023-12-03 16:54:07 +08:00
.gitattributes add .otf for lfs 2023-04-08 19:25:52 +08:00
.gitignore add vscode config and sync pyglet and lndl 2023-12-24 03:52:46 +08:00
.gitmodules update submodules 2023-12-18 22:50:32 +08:00
desktop.ini update pyglet and add more 2022-06-04 11:08:30 +08:00
DR.py ruff check 2023-12-03 16:53:57 +08:00
LICENSE LICENSE! 2022-01-19 20:21:57 +08:00
pyproject.toml add vscode config and sync pyglet and lndl 2023-12-24 03:52:46 +08:00
README.md Change both the Chinese Doc and the English Doc. 2023-12-24 22:17:10 +08:00
requirement-build.txt update requirement 2023-11-28 00:30:04 +08:00
requirement-dev.txt update requirement 2023-11-28 00:30:04 +08:00
requirement.txt with more logger 2023-11-20 20:12:59 +08:00

Difficult Rocket

中文 | English

注意:本仓库未来只会发布DR SDK的更新。DR game的更新会在这里发布。

996.icu semver python-3.8.10 pyglet-2.x support python 3.8~12

版本

关于版本号的说明

release version pre version devlo version

language badge

DR sdk 最新 Action 构建

DR rs 最新 Action 构建

介绍

这是一个用Python制作的类Simple Rocket游戏简称火箭模拟器。相对于原版SR它更加轻量。

计划特性列表

YouTrack

更新日志

运行

1. Clone

mkdir DR
cd DR
git clone https://github.com/shenjackyuanjie/Difficult-Rocket.git
# 或者
git clone https://gitee.com/shenjackyuanjie/Difficult-Rocket.git
# 又或者
git clone git@github.com:shenjackyuanjie/Difficult-Rocket.git

2. 安装依赖

python -m pip install -r requirement.txt
git submodule update --init --recursive
cd libs
python -m pip install ./lib_not_dr
python -m pip install ./pyglet

3. 运行

python DR.py

环境需求

开发环境使用的Python版本为3.8.10,但3.10.11同样可用。

  • 开发平台 1 - Windows 10 x64 22H2
    • Python 3.8.10 / 3.10.11
      • pillow 10.0.0
      • psutil 5.9.5
      • rtoml 0.9.0
      • tomlkit 0.12.1
      • defusedxml 0.7.1
      • objprint 0.2.2
      • viztracer 0.15.6
      • vizplugins 0.1.3
      • nuitka 1.7.10
      • ordered-set 4.1.0
      • imageio 2.31.2
      • wheel 0.41.2
      • setuptools 68.1.2
      • setuptools-rust 1.7.0
    • AMD R5 5600X
    • AMD RX 550 4G

需要的Python模块

  • pyglet (已经内置 V2.0.8 路径:./libs/pyglet)
  • xmltodict (已经内置 V0.12.0 路径:./libs/xmltodict)
  • pyperclip (已经内置 V1.8.2 路径: ./libs/pyperclip)

requirement.txt requirement-build.txt requirement-dev.txt

鸣谢

  • 开源项目

    • pyglet : GUI 和画面渲染
    • tomlkit / rtoml : toml 解析器
    • xmltodict: xml 与 dict 转换器
    • pyperclip: 剪贴板!
    • rapier2d : 物理模拟引擎
    • pyo3: Rust Python 扩展
  • 主要贡献者

相关链接

待完善。

许可

https://creativecommons.org/licenses/by-nc-sa/4.0/

署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)

这是一份普通人可以理解的许可协议概要 (但不是替代) 。 免责声明.

您可以自由地:

共享 — 在任何媒介以任何形式复制、发行本作品

演绎 — 修改、转换或以本作品为基础进行创作

只要你遵守许可协议条款,许可人就无法收回你的这些权利。

惟须遵守下列条件:

署名 — 您必须给出地当的署名,提供指向本许可协议的链接,同时标明是否(对原始作品)作了修改。您可以用任何合理的方式来署名,但是不得以任何方式暗示许可人为您或您的使用背书。

非商业性使用 — 您不得将本作品用于商业目的。

相同方式共享 — 如果您再混合、转换或者基于本作品进行创作,您必须基于与原先许可协议地同的许可协议 分发您贡献的作品。

没有附加限制 — 您不得适用法律术语或者 技术措施 从而限制其他人做许可协议允许的事情。

声明:

您不必因为公共领域的作品要素而遵守许可协议,或者您的使用被可适用的 例外或限制所允许。

不提供担保。许可协议可能不会给与您意图使用的所必须的所有许可。例如,其他权利比如形象权、隐私权或人格权可能限制您如何使用作品。