Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mzdluo123/MineSweeper
Mirai的扫雷小游戏
https://github.com/mzdluo123/MineSweeper
Last synced: 26 days ago
JSON representation
Mirai的扫雷小游戏
- Host: GitHub
- URL: https://github.com/mzdluo123/MineSweeper
- Owner: mzdluo123
- Created: 2020-06-27T14:28:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T06:31:28.000Z (over 4 years ago)
- Last Synced: 2024-08-03T14:05:19.849Z (4 months ago)
- Language: Python
- Size: 83 KB
- Stars: 24
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mirai - mzdluo123/MineSweeper
README
# MineSweeper
Mirai群内的扫雷小游戏在任意群内或私聊,临时消息发送`扫雷`可查看菜单
# 部署
clone项目,新建config.py,填入以下内容
```python
qq = qq号
authKey = "你得key"
mirai_api_http_locate = "地址:端口/"
```
输入以下命令启动
```
docker build . --rm -t minesweeper
docker run --rm -it -v 当前路径:/data minesweeper
```
如需后台运行请使用
```
docker run --rm -it -d -v 当前路径:/data minesweeper
```还有一个没啥用的cython优化版,请切换到cython分支。比master分支稍快一些