blob: 0557d5e180233a1ade7fa9a05db1e4e80c032c3f (
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
27
28
29
30
31
|
# HiveMind
万智牌轮抽工具
目前仍处于早期阶段
## 依赖
- Boost
- [Crow](https://github.com/ipkn/crow)
- [mstch](https://github.com/no1msd/mstch)
## 构建和运行
```
git clone https://github.com/nebula-moe/hive-mind.git
cd hive-mind
make && ./hivemind
```
或者直接使用二进制发布包
```
curl https://github.com/nebula-moe/hive-mind/releases/download/v0.1.1/hivemind-release-v0.1.1-linux-amd64.tar.gz -o hivemind.tgz
tar -xf hivemind.tgz
./hivemind 8080 # start a web server listening port 8080
```
## 截图

|