插件描述
Project description
📖 介绍
是 nonebot-plugin-calc-game 的重构版!
这是利用机器人复刻 计算器:游戏 的一个插件。游戏玩法:通过给出的操作方式由当前数字达到计算目标。目前有 319 关。
反馈请加作者 QQ:2378975755。注明 插件反馈。若有关卡投稿亦可加 QQ,注明 关卡投稿。关卡应包含完整的关卡要素,并给出最优解。
💿 安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-calcgame-new --upgrade
使用 pypi 源安装
nb plugin install nonebot-plugin-calcgame-new --upgrade -i "https://pypi.org/simple"
使用清华源安装
nb plugin install nonebot-plugin-calcgame-new --upgrade -i "https://pypi.tuna.tsinghua.edu.cn/simple"
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令uv
uv add nonebot-plugin-calcgame-new
安装仓库 master 分支
uv add git+https://github.com/pmlrin/nonebot-plugin-calcgame-new@master
pdm
pdm add nonebot-plugin-calcgame-new
安装仓库 master 分支
pdm add git+https://github.com/pmlrin/nonebot-plugin-calcgame-new@master
poetry
poetry add nonebot-plugin-calcgame-new
安装仓库 master 分支
poetry add git+https://github.com/pmlrin/nonebot-plugin-calcgame-new@master
打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入
plugins = ["nonebot_plugin_calcgame_new"]
使用 nbr 安装(使用 uv 管理依赖可用)
nbr 是一个基于 uv 的 nb-cli,可以方便地管理 nonebot2
nbr plugin install nonebot-plugin-calcgame-new
使用 pypi 源安装
nbr plugin install nonebot-plugin-calcgame-new -i "https://pypi.org/simple"
使用清华源安装
nbr plugin install nonebot-plugin-calcgame-new -i "https://pypi.tuna.tsinghua.edu.cn/simple"
⚙️ 配置
本插件没有配置项。
🎉 使用
指令表
进入游戏前:
| 指令 | 权限 | 需要@ | 范围 | 说明 |
|---|---|---|---|---|
/calc |
群员 | 否 | 均可 | 随机抽取一个谜题 |
/calc <num> |
群员 | 否 | 均可 | 抽取指定谜题 |
/calc 帮助 |
群员 | 否 | 均可 | 发送游戏规则 |
进入游戏后:
| 指令 | 权限 | 需要@ | 范围 | 说明 |
|---|---|---|---|---|
<操作方式> |
群员 | 否 | 均可 | 执行你发送的操作方式(一般为 1 或 2 个数字) |
帮助 |
群员 | 否 | 均可 | 发送本关所涉及操作方式的用法 |
退出 |
群员 | 否 | 均可 | 退出本局游戏 |
🎨 效果图
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nonebot_plugin_calcgame_new-0.1.2.tar.gz.
File metadata
- Download URL: nonebot_plugin_calcgame_new-0.1.2.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.11 {"installer":{"name":"uv","version":"0.10.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31ed4665bf2dc9df337111fb02e8493acca7604fbb236944c9ac043261c255cb
|
|
| MD5 |
97fc97c129a7d2265c12c7f918829c08
|
|
| BLAKE2b-256 |
f907eb8bcf4a6215d3c4f4105b2384429498183bd042ce9770425357085d6e5c
|
File details
Details for the file nonebot_plugin_calcgame_new-0.1.2-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_calcgame_new-0.1.2-py3-none-any.whl
- Upload date:
- Size: 23.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.11 {"installer":{"name":"uv","version":"0.10.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c3d5e5639101aab17ee3a836c8514b29f5811e3f04c9c181931a88f03d5994f
|
|
| MD5 |
d5630b8def72007249231b941a7ce911
|
|
| BLAKE2b-256 |
7e8fe63be58c487304aaae94e6eaff4d7600e2ff948a29bc778abbc5f53624ab
|