Difficult-Rocket/README.md

88 lines
2.4 KiB
Markdown
Raw Normal View History

2021-02-07 13:19:48 +08:00
# Difficult-Rocket
2020-11-28 15:17:44 +08:00
2021-01-27 18:51:53 +08:00
### Version
0.2.4 (developing DEMO)
2020-12-05 14:57:43 +08:00
2021-04-03 00:41:48 +08:00
中文README请移步 [这里](.docs/README-cn.md)
2020-11-28 21:23:35 +08:00
2020-11-28 20:36:43 +08:00
> It's a Simple Rocket liked game build with Python
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-01-24 09:48:08 +08:00
None. Not even one!
2020-11-28 20:36:43 +08:00
2021-01-24 09:48:08 +08:00
(Because we are still writing the description, coming s∞n)
2020-11-28 20:36:43 +08:00
2021-01-24 09:48:08 +08:00
## Planed feature
2021-01-21 17:16:49 +08:00
2021-04-03 00:36:07 +08:00
- All In [here](./projects)
2021-01-21 17:16:49 +08:00
## Environment (been tested / develop on)
2020-11-28 21:16:43 +08:00
2021-04-03 12:15:24 +08:00
-
- `Develop platform 1 - Windows 10`
- `Python 3.8.7`
- `Windows10 x64`
- `Pyglet 1.5.15`
- `Json5 0.9.5`
- `pillow 8.1.0`
-
- `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`
2020-11-28 21:16:43 +08:00
## Required python modules
2021-04-03 00:36:07 +08:00
- json5 (pre install path:`./bin/libs/json5`)
- pyglet (pre install path:`./bin/libs/pyglet`)
2021-02-20 00:17:50 +08:00
- pillow
2020-12-11 21:23:49 +08:00
## thanks to
- pyglet : GUI
- @小卡儿 : transfer chinese to English
2021-04-03 00:36:07 +08:00
- [@Rayawa](https://github.com/Rayawa) : check mistake in docs
- [@Billchyi](https://github.com/Billchyi) : check mistake in docs
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,
other rights such as publicity, privacy, or moral rights may limit how you use the material.