feat(plugins): add flappy-claude terminal game#50301
Open
xodn348 wants to merge 1 commit intoanthropics:mainfrom
Open
feat(plugins): add flappy-claude terminal game#50301xodn348 wants to merge 1 commit intoanthropics:mainfrom
xodn348 wants to merge 1 commit intoanthropics:mainfrom
Conversation
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
plugins/flappy-claude/— a Claude Code plugin that lets users play Flappy Bird directly in their terminal via a/flappy-claudeslash command.Files added:
plugins/flappy-claude/plugin.json— plugin manifestplugins/flappy-claude/flappy_claude.py— pure Python 3 + curses game engineplugins/flappy-claude/commands/flappy-claude.md— slash command definitionplugins/flappy-claude/README.md— install & usage docsplugins/flappy-claude/LICENSE— MITplugins/flappy-claude/.gitignoreWhy
Demonstrates the Claude Code plugin system with a fun, self-contained example. The
/flappy-claudecommand shows how plugins can register custom slash commands and launch external processes — useful as a reference for plugin authors.How
plugins/flappy-claude/to~/.claude/plugins/flappy-claude//flappy-claudeviacommands/flappy-claude.mdflappy_claude.pyin a new Terminal window viaosascriptx-terminal-emulatorcurseslibraryTech
curses(stdlib) for terminal renderingosascripton macOS,x-terminal-emulatoron Linuxplugin.json) + slash command markdownSource
https://github.com/xodn348/flappy-claude