Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
faceair committed Dec 30, 2017
1 parent 9d33c2f commit 0e74593
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@

## 跳跃系数

跟系统分辨率有关,但具体换算关系还不太清楚。下面两份数据供参考。
1. 我的手机系统分辨率 720*1280 跳跃系数 2.04
2. 原作者手机分辨率是 1920*1080 跳跃系数是 1.35
目前推荐设为 2.04,截图后会先 resize 成 720p 的图片然后再找点和跳跃。

## 下载

Expand All @@ -25,3 +23,21 @@
## 实验结果

![](http://ww3.sinaimg.cn/large/0060lm7Tly1fmy1dpozipj30k00zkq46.jpg)

## FAQ

1. MacOS 和 Linux 下怎么运行这个程序?

在终端下运行 `chmod +x ./jumpAI-darwin-amd64 && ./jumpAI-darwin-amd64`

2. 为什么我的手机没有反应?

请手动执行 `adb shell input swipe 320 410 320 410 300` 看是否有反应,否则可能是手机设置问题

3. 为什么有时候跳很远 & 跳不远?

不要动数据线,接触不良可能导致 ADB 命令执行失败。另外可以将这一跳的截图通过下面方式反馈。

3. 其他疑难杂症

可以开新 issue 或加 QQ 群反馈 684623076,最好能附上截图。
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func main() {
}()

var ratio float64
fmt.Print("请输入跳跃系数:")
fmt.Print("请输入跳跃系数(推荐值 2.04):")
_, err := fmt.Scanln(&ratio)
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 0e74593

Please sign in to comment.