Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Fr0stbyteR/Majsoul-Helper

使用天凤牌理规则,根据牌效将推荐切牌染色
https://github.com/Fr0stbyteR/Majsoul-Helper

greasemonkey javascript majsoul

Last synced: 3 months ago
JSON representation

使用天凤牌理规则,根据牌效将推荐切牌染色

Awesome Lists containing this project

README

        

# 雀魂麻将牌效辅助 ![License](https://img.shields.io/github/license/Fr0stbyteR/majsoul-helper.svg)
感谢 [FlyingBamboo](https://github.com/FlyingBamboo) 的巨大贡献

## 本项目仅供学习研究使用,使用此脚本进行游戏会导致您被官方封禁。

1. 使用天凤牌理规则,根据牌效将推荐的切牌染色。

2. 对河牌、副露牌进行染色,包括:

- 别家,红:筋,蓝:现物,黄:壁候选牌;颜色越深越有用。

- 自家,仅显示河牌和副露牌中的壁候选牌和现物

3. 摸切的河牌灰色提示

4. 挤房间功能

5. 显示玩家段位

6. 在任何情况下开启便捷提示 by [@purerosefallen](https://github.com/purerosefallen)

![Demo](./example1.png)
![Demo](./example2.png)
![Demo](./example3.png)
![Demo](./example4.png)

### 安装方法 - 浏览器
- 安装油猴脚本 TamperMonkey
- 导入 **main.js** 或打开 [此链接](https://greasyfork.org/scripts/378059-majsoul-helper) 安装脚本

### 安装方法 - Majsoul Plus
#### 1.x版本
- 在 **resources\app\execute** 中新建文件夹
- 将 **execute.json** 、 **main.js** 文件复制到该文件夹
#### 2.x版本(未经过充分测试)by [@TanakaKotoha](https://github.com/TanakaKotoha)
- 在 **resources\app\extension** 中新建文件夹,并设置文件夹的名字为任意英文数字字符串
- 将 **extension.json** 、 **main.js** 文件复制到该文件夹
- 打开 **extension.json** ,在文件开头的 **"id":** 处填写文件夹的名字,保存

### 使用方法
- 单击右下角按钮打开控制界面

- 自动和了按钮默认开启

- 高速加入房间功能

如需高速加入房间(如房间 0000 ),请打开控制台 输入 `add = new AddRoom(0000).start();`

停止加入,请输入 `add.stop();`