(WIP)Difficult Rocket by Python https://dr.shenjack.top
Go to file
2024-06-13 22:11:42 +08:00
.github/workflows remove macos from github action 2024-05-26 13:52:39 +08:00
.vscode add vscode config and sync pyglet and lndl 2023-12-24 03:52:46 +08:00
.zed add zed config file 2024-06-10 00:04:42 +08:00
assets 好活! 2023-11-20 20:12:56 +08:00
config Fix action 2024-01-20 14:28:14 +08:00
Difficult_Rocket fix some button 2024-06-09 20:21:27 +08:00
docs 将readme迁移到dr.shenjack.top 2023-12-31 15:46:29 +08:00
libs fetch up pyglet 2024-06-10 19:56:41 +08:00
mods/dr_game add init 2024-06-10 19:39:14 +08:00
scripts update dr rs and compile_mod.py 2024-05-26 10:47:05 +08:00
ships fmt ships 2024-06-09 17:11:34 +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 update dependency and fix issue with tomli 2023-12-31 02:32:40 +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
gen_require.py Update require and some format 2024-05-26 14:01:48 +08:00
LICENSE remake requirements and change license 2023-12-30 22:07:01 +08:00
pyproject.toml change license 2023-12-30 22:11:14 +08:00
README-en.md add sync readme 2024-06-13 22:11:42 +08:00
README.md add sync readme 2024-06-13 22:11:42 +08:00

Difficult Rocket

Readme 请查看 dr.shenjack.top

Readme please check out dr.shenjack.top

below is an old, unsynchronized readme

下面是一个 老的, 未同步的 readme

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 gen_require.py 0
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. 运行

python DR.py

环境需求

开发环境使用的Python版本为3.8.18,但3.8+同样可用。

3.8 EOL 之后会使用 3.11 作为开发环境。

毕竟现在使用 3.8 开发是因为他官方支持 Windows 7, 而 3.9+ 不支持。

  • 开发平台 1 - Windows 10 x64 22H2
    • Python 3.8.18+
      • Python 3.8.18+ (heads/3.8:7f59c4c1d4, Aug 26 2023, 00:20:02) [MSC v.1900 64 bit (AMD64)] on win32
    • AMD R5 5800X
    • AMD RX 580 8G

需要的Python模块

python gen_require.py [-h] {0,1,2} run / build / compile

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

鸣谢

相关链接

官方文档

许可

MPL-2.0