npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@mcptoolshop/escape-the-valley

v1.0.5

Published

Oregon Trail-style survival game with AI narration and XRPL ledger — zero-prerequisite npx install

Readme

一款类似《俄勒冈开拓者》的生存游戏,具有AI旁白功能,并可选择使用XRPL测试网络账本背包。

无需Python。 此软件包会下载预编译的二进制文件并在本地运行。

安装与运行

npx @mcptoolshop/escape-the-valley tui --seed 42

安装完成即可。无需Python,无需pip,无需虚拟环境。

继续已保存的游戏

npx @mcptoolshop/escape-the-valley tui --continue

从上次停止的地方继续游戏——游戏会在每个检查点自动保存。

运行流程

  1. 首次运行会从GitHub发布页面下载适用于特定平台的二进制文件(约15MB)。
  2. 验证SHA256校验和。
  3. 缓存在本地(~/.cache/mcptoolshop/escape-the-valley/)。
  4. 运行,并完整传递所有参数。

后续运行可立即从缓存中启动。

游戏内容

带领一群拓荒者穿越一个程序生成的荒野。管理食物、水、马车状况和士气,同时应对各种事件、危险和艰难的选择。 这片山谷既严酷又公平——一位熟练的玩家大约有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 构建。