Difficult-Rocket/docs/README-en.md

3.9 KiB

Difficult Rocket

中文 | English

Note: This repo will only publish DR SDK updates, DR game updates will be published here.

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

Version

About Versions

release version pre version devlo version

language badge

DR sdk latest Action build

DR rs latest Action build

Introduction

Difficult-rocket is a Simple Rocket liked game build with Python (shorten as "rocket simulator"). It is lighter than Vanilla SR.

Plan feature list

YouTrack

Update logs

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, but 3.8+ is also available.

  • Develop platform 1 - Windows 10 x64 22H2
    • Python 3.8.10+
      • requirements
    • AMD R5 5600X
    • AMD RX 558 8G

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

    • pyglet: GUI and graphics
    • tomlkit toml parser
    • xmltodict: translate data between xml and dict
    • pyperclip: paste board!
    • rapier2d : Phy simulate engine
    • pyo3 : Rust Python Binding
  • Main contributors

Offical Document

License

MPL-2.0