Metadata-Version: 2.1
Name: nonebot-plugin-ayaka-games
Version: 0.2.1
Summary: a pack of textual game on QQ via nonebot-plugin-ayaka
Home-page: https://github.com/bridgeL/nonebot-plugin-ayaka-games
License: MIT
Author: Su
Author-email: wxlxy316@163.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: nonebot-adapter-onebot (>=2.1.3,<3.0.0)
Requires-Dist: nonebot-plugin-ayaka (>=0.3.8,<0.4.0)
Requires-Dist: nonebot2 (>=2.0.0b5,<3.0.0)
Requires-Dist: pypinyin (>=0.47.1,<0.48.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Repository, https://github.com/bridgeL/nonebot-plugin-ayaka-games
Description-Content-Type: text/markdown

<div align="center">

# ayaka文字小游戏合集 v0.2.1

基于ayaka开发的文字小游戏合集（预计10个）

[仓库](https://github.com/bridgeL/nonebot-plugin-ayaka-games) - 
[文档](https://bridgel.github.io/ayaka_doc/games/)

</div>

任何问题欢迎issue

## 基础功能
1. 背包
2. 签到

## 游戏
1. 印加宝藏 [@灯夜](https://github.com/lunexnocty/Meiri)
2. 接龙（多题库可选，原神/成语）
3. bingo
4. 谁是卧底
5. 抢30
6. mana
7. 加一秒

## 安装 

1. 安装 ayaka https://github.com/bridgeL/nonebot-plugin-ayaka
2. 安装 本插件 `poetry add nonebot-plugin-ayaka-games`
3. 修改nonebot2  `bot.py` 

```python
# 导入ayaka_games插件
nonebot.load_plugin("ayaka_games")
```

4. 导入数据

将本仓库的data文件夹，放到nonebot的工作目录下

之后运行nonebot即可


# 特别感谢

[@灯夜](https://github.com/lunexnocty/Meiri) 大佬的插件蛮好玩的~


# 文档

https://bridgel.github.io/ayaka_doc/games/


