Difficult-Rocket/README.md

117 lines
4.1 KiB
Markdown
Raw Normal View History

2021-09-02 22:47:10 +08:00
# Difficult Rocket
2021-11-06 19:07:32 +08:00
2022-02-07 22:54:15 +08:00
[中文](./docs/README-cn.md) | English
[comment]: <> (中文 | [English]&#40;https://github.com/shenjackyuanjie/Difficult-Rocket&#41;.)
2021-09-02 22:47:10 +08:00
- [github](https://github.com/shenjackyuanjie/Difficult-Rocket)
- [gitee](https://gitee.com/shenjackyuanjie/Difficult-Rocket)
[![Generic badge](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](https://Semver.org/)
[![Generic badge](https://img.shields.io/badge/Write_with_Python-3.8.10-blue.svg)](https://Python.org)
2021-12-26 23:06:03 +08:00
[![Generic badge](https://img.shields.io/badge/Write_with_Pyglet-2.0dev13-blue.svg)](https://pyglet.org)
2021-11-06 19:07:32 +08:00
[![Generic badge](https://img.shields.io/badge/Python-_3.8_|_3.9_|_3.10_-blue.svg)](https://Python.org)
2020-11-28 15:17:44 +08:00
2021-08-13 12:25:29 +08:00
## Version
2021-01-27 18:51:53 +08:00
2021-12-26 23:06:03 +08:00
[![Generic badge](https://img.shields.io/badge/Release-0.6.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)
2021-11-06 19:07:32 +08:00
<br/>[![Generic badge](https://img.shields.io/badge/Pre_Release-0.6.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)
<br/>![Generic badge](https://img.shields.io/badge/Devloping-0.6.2-blue.svg)
2020-12-05 14:57:43 +08:00
2021-10-01 23:12:01 +08:00
## 中文README请移步 [这里](/docs/README-cn.md)
2020-11-28 21:23:35 +08:00
2021-11-06 19:07:32 +08:00
> It's a Simple Rocket liked game build with Python (in short: rocket simulator)
2020-11-28 15:17:44 +08:00
2021-01-24 09:48:08 +08:00
## Advantage
2020-11-28 20:36:43 +08:00
2021-08-13 12:25:29 +08:00
> Lighter than Vanilla SR
2020-11-28 20:36:43 +08:00
2021-10-01 23:12:01 +08:00
## [Plan feature list](/docs/plan_features)
2021-01-21 17:16:49 +08:00
2022-05-01 09:03:11 +08:00
- [microsoft TODO](https://to-do.microsoft.com/sharing?InvitationToken=Q6SN1kdtitK8cwFktFl71gSnsRMNmrH7CC7kHY_Tq6ReMRwHgInP4_q5ie2IwrHx8)
2021-10-01 23:12:01 +08:00
## [Update logs](/docs/update_logs.md)
2021-01-21 17:16:49 +08:00
## Environment (been tested / develop on)
2020-11-28 21:16:43 +08:00
2021-11-06 19:07:32 +08:00
- `Develop platform 1 - Windows 10`
- `Python 3.8.10`
- `Windows10 x64`
- `json5 0.9.6`
- `pillow 8.1.0`
- `pyperclip 1.8.2`
2021-12-26 23:06:03 +08:00
- `pyglet 2.0.dev13`
2021-11-06 19:07:32 +08:00
- `xmltodict 0.12.0`
2021-12-26 23:06:03 +08:00
- `toml 0.10.2`
2021-11-06 19:07:32 +08:00
- `AMD R5 5600X`
- `AMD RX 550 4G`
- `Develop platform 2 - macOS Big Sur`
- `Python 3.8.7`
- `macOS Big Sur 11.2.1`
- `Pyglet 1.5.15`
- `Json5 0.9.5`
- `pillow 8.1.2`
- `Intel I5 8279U`
2020-11-28 21:16:43 +08:00
## Required python modules
2021-11-06 19:07:32 +08:00
- `json5` (pre-installed V0.9.6 path:`./libs/json5`)
2021-12-26 23:06:03 +08:00
- `toml` (pre-installed V0.10.2 path:`./libs/toml`)
2021-11-06 19:07:32 +08:00
- `pyglet` (pre-installed V2.0.dev11 path:`./libs/pyglet`)
- `xmltodict` (pre-installed V0.12.0 path:`./libs/xmltodict`)
- `pyperclip` (pre-installed V1.8.2 path: `./libs/pyperclip`)
- `pillow`
- `semver`
2020-12-11 21:23:49 +08:00
## thanks to
2021-11-06 19:07:32 +08:00
- [pyglet](https://github.com/pyglet/pyglet): GUI
- `json5`: json5 parser
2021-12-26 23:06:03 +08:00
- `toml` toml parser
2021-11-06 19:07:32 +08:00
- `xmltodict`: translate data between xml and dict
- `pyperclip`: paste board!
- [@rouxiao-you](https://github.com/ruoxiao-you) : translate chinese to English
- [@Rayawa](https://github.com/Rayawa) : check mistake in docs
- [@Billchyi](https://github.com/Billchyi) : check mistake in docs
2021-08-13 12:25:29 +08:00
## Other links
2021-01-24 09:48:08 +08:00
## About License
2020-12-11 21:23:49 +08:00
2021-01-24 09:48:08 +08:00
#### https://creativecommons.org/licenses/by-nc-sa/4.0/
2020-12-11 21:23:49 +08:00
2021-01-24 09:48:08 +08:00
#### Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
2020-12-11 21:23:49 +08:00
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:
2021-04-03 12:15:24 +08:00
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
2020-12-11 21:23:49 +08:00
that suggests the licensor endorses you or your use.
NonCommercial — You may not use the material for commercial purposes.
2021-04-03 12:15:24 +08:00
ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same
license as the original.
2020-12-11 21:23:49 +08:00
2021-04-03 12:15:24 +08:00
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from
doing anything the license permits.
2020-12-11 21:23:49 +08:00
Notices:
2021-01-24 18:34:28 +08:00
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.
2020-12-11 21:23:49 +08:00
2021-01-24 18:34:28 +08:00
No warranties are given. The license may not give you all the permissions necessary for your intended use. For example,
2021-04-09 21:09:38 +08:00
other rights such as publicity, privacy, or moral rights may limit how you use the material.