Skip to content

feat: add Conway's Game of Pacman to suggested apps - #2476

Open
ttooccooll wants to merge 1 commit into
getAlby:masterfrom
ttooccooll:add-conpac-app
Open

feat: add Conway's Game of Pacman to suggested apps#2476
ttooccooll wants to merge 1 commit into
getAlby:masterfrom
ttooccooll:add-conpac-app

Conversation

@ttooccooll

@ttooccooll ttooccooll commented Jul 21, 2026

Copy link
Copy Markdown

What this adds

Adds Conway's Game of Pacman (https://conwaysgameofpacman.xyz) to the suggested apps, under Games.

How it uses NWC

A web game with NWC payments wired through the whole game loop:

  • Connect wallet: players connect a budgeted, pay-only NWC connection from their Hub (stats → Connect wallet) for one-tap payments.
  • What it pays for: arcade plays (100 sats), continues (121 sats, doubling), and leaderboard zaps — all through the connected wallet, with WebLN and QR fallbacks.
  • Backend: the game issues its own invoices via Alby Hub over NWC.
  • Nostr login and score-sharing complete the integration.

Checklist

  • Logo: 200×200 PNG, 555 bytes (conpac.png)
  • Import + entry added to SuggestedAppData.tsx, grouped with the other Games
  • Install and finalize guides follow the existing entry format

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Adds Conway's Game of Pacman to the suggested app catalog, including its imported logo, metadata, links, categories, added date, and React-based installation and finalization instructions.

Changes

Suggested app catalog

Layer / File(s) Summary
Pacman app metadata and guides
frontend/src/components/connections/SuggestedAppData.tsx
Adds the conpac logo import and registers Conway's Game of Pacman with metadata, links, categorization, date, and setup guides.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

  • getAlby/hub#2201: Adds another suggested app entry using the same catalog structure and guide fields.

Suggested reviewers: rolznz

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding Conway's Game of Pacman to suggested apps.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ttooccooll

Copy link
Copy Markdown
Author

Hey guys! This is my own project. I built Conway's Game of Pacman and have been running it at conwaysgameofpacman.xyz for a few months now.

I just built a new real NWC integration, not just a zap button. Players connect a
budgeted, pay-only connection from their Hub and use it for plays, continues,
and leaderboard zaps (with WebLN/QR fallbacks), and the game's invoices are
issued through Alby Hub over NWC on the backend.

I saw it got auto-flagged as promotional. I'm happy to walk through the code or make any changes you'd like. I was hoping to do the same thing with my TURTLE (turtlewordgame.xyz) game soon. They both have a decent user-base and TURTLE is actually already in Fedi's mini-app store. Thanks for taking a look!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant