agentbbs/plugins/arcade
Anthony Ettinger b51fa5c0e6
Add himalaya + meli mail clients and Shedding Snake arcade game (#88)
Mail clients (internal/mailclients): launch himalaya and meli as
alternatives to the built-in AgentMail reader, pointed at the member's
mailbox with the same master IMAP / loopback-SMTP creds. They run
host-side (secrets never enter a pod), from a throwaway per-session
config that is deleted on exit; operators can override the config
template and argv via env. Wired into the hub ("Mail · Himalaya/Meli",
locked when the binary is absent) and the mail@ route
(ssh -t mail@host himalaya|meli).

Shedding Snake (plugins/arcade): a molting twist on Snake inspired by
cha.rlie.co/shedding-snake. The snake barely grows — each apple sheds
its whole body as a permanent field of scales you must not bite. Walls
wrap, speed ramps up, scales age fresh-teal → dusty-gray, and molt
counts feed a global "shedsnake" leaderboard. Grace period lets you
slither off a fresh molt.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-10 02:30:12 -07:00
..
arcade.go Add himalaya + meli mail clients and Shedding Snake arcade game (#88) 2026-07-10 02:30:12 -07:00
board.go feat(arcade): add Hangman built-in game + leaderboard 2026-06-22 14:59:06 +00:00
hangman.go Fix hangman: lowercase r swallowed by restart binding during play (#79) 2026-07-05 06:21:06 -07:00
hangman_test.go Fix hangman: lowercase r swallowed by restart binding during play (#79) 2026-07-05 06:21:06 -07:00
ptyexec.go AgentBBS: M0 core hub, M1 arcade, pods with CoinPay membership 2026-06-11 11:08:17 +00:00
shedsnake.go Add himalaya + meli mail clients and Shedding Snake arcade game (#88) 2026-07-10 02:30:12 -07:00
shedsnake_test.go Add himalaya + meli mail clients and Shedding Snake arcade game (#88) 2026-07-10 02:30:12 -07:00
snake.go AgentBBS: M0 core hub, M1 arcade, pods with CoinPay membership 2026-06-11 11:08:17 +00:00