@mcptoolshop/escape-the-valley
v1.0.5
Published
Oregon Trail-style survival game with AI narration and XRPL ledger — zero-prerequisite npx install
Maintainers
Readme
一款类似《俄勒冈开拓者》的生存游戏,具有AI旁白功能,并可选择使用XRPL测试网络账本背包。
无需Python。 此软件包会下载预编译的二进制文件并在本地运行。
安装与运行
npx @mcptoolshop/escape-the-valley tui --seed 42安装完成即可。无需Python,无需pip,无需虚拟环境。
继续已保存的游戏
npx @mcptoolshop/escape-the-valley tui --continue从上次停止的地方继续游戏——游戏会在每个检查点自动保存。
运行流程
- 首次运行会从GitHub发布页面下载适用于特定平台的二进制文件(约15MB)。
- 验证SHA256校验和。
- 缓存在本地(
~/.cache/mcptoolshop/escape-the-valley/)。 - 运行,并完整传递所有参数。
后续运行可立即从缓存中启动。
游戏内容
带领一群拓荒者穿越一个程序生成的荒野。管理食物、水、马车状况和士气,同时应对各种事件、危险和艰难的选择。 这片山谷既严酷又公平——一位熟练的玩家大约有1/3的成功率。
一个可选的AI游戏主持人(由Ollama提供支持)会用三种不同的叙述风格来讲述你的旅程。一个可选的XRPL测试网络账本背包会记录每一次物资变化,作为链上交易记录。
营地行动
| 行动 | 作用 | |--------|-------------| | Travel | 向出口移动——每回合不移动会浪费物资。 | | Rest | 恢复健康和士气,有机会治愈疾病。 | | Hunt | 在森林和草原中寻找食物。 | | Repair | 修复马车损坏,防止被困。 | | Ration | 当食物短缺时,减少食物供应到一半(会降低士气)。 | | Abandon | 为了提高速度,丢弃部分货物(最后的选择)。 |
游戏主持人配置文件
| 配置文件 | 声音 | |---------|-------| | Chronicler | 干涩、客观、历史性的语调。 | | Fireside | 温暖、亲切的讲故事风格。 | | Lantern-Bearer | 怪异、充满氛围、令人不安的风格。 |
命令
npx @mcptoolshop/escape-the-valley tui # start a new game
npx @mcptoolshop/escape-the-valley tui --seed 42 # seeded world gen
npx @mcptoolshop/escape-the-valley tui --continue # resume saved game
npx @mcptoolshop/escape-the-valley tui --gm chronicler # choose GM voice
npx @mcptoolshop/escape-the-valley tui --callouts minimal # fewer warnings
npx @mcptoolshop/escape-the-valley ledger # print trail ledger
npx @mcptoolshop/escape-the-valley --help # see all commands支持的平台
- Linux x64
- macOS ARM64 (Apple Silicon)
- Windows x64
故障排除
npx @mcptoolshop/escape-the-valley --print-cache-path # show cached binary location
npx @mcptoolshop/escape-the-valley --clear-cache # force fresh re-download如果最新版本存在问题,可以指定特定版本。
npx @mcptoolshop/[email protected] tui --seed 42安全性
所有二进制文件在执行前都会通过SHA256校验和进行验证。 不会收集任何遥测数据。 除了从GitHub下载的初始文件之外,不会访问任何网络。
由@mcptoolshop/npm-launcher 提供支持。
替代方案:使用Python安装
如果您更喜欢使用Python:
pip install escape-the-valley
trail tui --seed 42由MCP Tool Shop 构建。
