aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: fe1795a9a564d59dd4e732df24a4ce320000cd3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# HiveMind

万智牌轮抽工具

## 依赖

- Boost

## 构建和运行

```
git clone https://github.com/mistivia/hive-mind.git
cd hive-mind
make && ./hivemind
```

## 截图

![image](https://github.com/user-attachments/assets/cf8f4899-794d-4792-9e08-9c45e82c4891)

## 鸣谢

HiveMind使用了来自下面两个库的代码

- [Crow](https://github.com/ipkn/crow)
- [mstch](https://github.com/no1msd/mstch)