Metadata-Version: 2.1
Name: ayaka-games
Version: 0.0.2
Summary: ayaka小游戏合集
Home-page: https://github.com/bridgeL/ayaka_games
License: MIT
Author: Su
Author-email: wxlxy316@163.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: ayaka (>=0.0.0.2,<0.0.1.0)
Requires-Dist: pypinyin (>=0.47.1,<0.48.0)
Project-URL: Repository, https://github.com/bridgeL/ayaka_games
Description-Content-Type: text/markdown

<div align="center">

# ayaka文字小游戏合集 - 0.0.2

开发进度 10/10

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

</div>

得益于[ayaka](https://github.com/bridgeL/ayaka)，本插件可作为如下机器人框架的插件使用

- [nonebot2](https://github.com/nonebot/nonebot2)(使用[onebotv11](https://github.com/nonebot/adapter-onebot)适配器)
- [hoshino](https://github.com/Ice-Cirno/HoshinoBot)
- [nonebot1](https://github.com/nonebot/nonebot)

也可将其[作为console程序离线运行](#作为console程序离线运行)

## 安装

### 通过pip安装

```
pip install ayaka_games
```

### 手动下载后导入

还需额外安装依赖

```
pip install -r requirements.txt
```

## 作为console程序离线运行

```
# run.py
import ayaka.adapters as cat

cat.init()
cat.regist()

# 加载插件
import ayaka_games

if __name__ == "__main__":
    cat.run()
```

```
python run.py
```

## 文档

https://bridgel.github.io/ayaka_games/

## 其他

本插件的前身：[nonebot_plugin_ayaka_games](https://github.com/bridgeL/nonebot-plugin-ayaka-games)

