hoshimi-venus 0.21.1 → 0.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -12
- package/out/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -2,18 +2,7 @@
|
|
2
2
|
|
3
3
|
# VenusSysLib
|
4
4
|
|
5
|
-
[**hoshimi-venus**](https://www.npmjs.com/package/hoshimi-venus) (project name: **VenusSysLib**)
|
6
|
-
|
7
|
-
## Request for information
|
8
|
-
|
9
|
-
This project is still under development and is expected to be in such a state for a long turn.
|
10
|
-
|
11
|
-
The ultimate goal of this project is to achive a **completely reliable** live simulation library which's outputs are completely match in-game live results. For the sake of that, to ensure outputs are completely reliable, a large amount of comparative experiments are indispensable during the whole development lifecycle. Even if I will do that at a slow pace it still would be difficult to cover all the situations. That said, the more helps or informations there are, the more acurrate results will be.
|
12
|
-
Welcome to commit issues if you find any incorrect results while using this library.
|
13
|
-
|
14
|
-
## Usage
|
15
|
-
|
16
|
-
## Data structure
|
5
|
+
[**hoshimi-venus**](https://www.npmjs.com/package/hoshimi-venus) (project name: **VenusSysLib**) was a common Node.js library used for simulating in-game Live. The project has currently ceased development.
|
17
6
|
|
18
7
|
## License
|
19
8
|
Apache License 2.0
|
package/out/package.json
CHANGED