Skip to content

Commit 394d382

Browse files
committed
Merge branch 'main' of https://github.com/ohzff/Zff-Reload
2 parents 44dcca4 + 08629a3 commit 394d382

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

README.md

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,20 @@ This is a reloaded version of Zff.
1010

1111
## Windows
1212

13-
Get the `Zff-Windows.exe` from [action builds](https://github.com/ohzff/Zff-Reload/actions).
13+
Get the `Zff-Windows.exe` from [releases page](https://github.com/ohzff/Zff-Reload/releases).
1414

15-
## MacOS & Linux
15+
## macOS
16+
17+
Get the `Zff-macOS-*.exe` from [releases page](https://github.com/ohzff/Zff-Reload/releases).
18+
19+
## Linux
1620

1721
> Required `g++`.
1822
1923
Download the source and type:
2024

2125
```bash
22-
g++ ./main.cpp -o zff -pthread -std=c++11
26+
g++ ./main.cpp -o Zff -pthread -std=c++11
2327
```
2428

2529
# Usage
@@ -28,6 +32,10 @@ First, make sure `usr/` folder is there with your executable file.
2832

2933
Second, run the executable file.
3034

35+
> Double click it in Windows
36+
37+
> Run `./Zff` **in terminal** in macOS and Linux
38+
3139
Use `Left` `Right` arrow to move the people and `Up` arrow or `SPACE bar` to jump up to reach the exit place `#`.
3240

3341
## Advanced usages
@@ -110,6 +118,34 @@ The following `n` rows with 6 integers `Tx, Ty, Cx, Cy, To, d` in each row.
110118
1. Go [here](https://github.com/ohzff/Zff-Reload/releases) to get an zip file `data.zip`.
111119
2. Unzip it and put `usr/` with your executable file.
112120

121+
# License
122+
123+
This project is under MIT-License.
124+
125+
```
126+
MIT License
127+
128+
Copyright (c) 2022 LanGong Zff
129+
130+
Permission is hereby granted, free of charge, to any person obtaining a copy
131+
of this software and associated documentation files (the "Software"), to deal
132+
in the Software without restriction, including without limitation the rights
133+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
134+
copies of the Software, and to permit persons to whom the Software is
135+
furnished to do so, subject to the following conditions:
136+
137+
The above copyright notice and this permission notice shall be included in all
138+
copies or substantial portions of the Software.
139+
140+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
141+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
142+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
143+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
144+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
145+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
146+
SOFTWARE.
147+
```
148+
113149
# More...
114150

115151
...

0 commit comments

Comments
 (0)