agentbbs/plugins/arcade
Anthony Ettinger 55ddbbc4de Fix hangman: lowercase r swallowed by restart binding during play
The Update key switch bound "r" to restart, but returned early even when
the game was still active, so lowercase r could never be entered as a
letter guess (Shift+R worked because "R" didn't match the case). Now r
only restarts when dead; otherwise it falls through to the guess logic.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-05 13:16:05 +00:00
..
arcade.go feat(arcade): add Hangman built-in game + leaderboard 2026-06-22 14:59:06 +00: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 2026-07-05 13:16:05 +00:00
hangman_test.go Fix hangman: lowercase r swallowed by restart binding during play 2026-07-05 13:16:05 +00:00
ptyexec.go AgentBBS: M0 core hub, M1 arcade, pods with CoinPay membership 2026-06-11 11:08:17 +00:00
snake.go AgentBBS: M0 core hub, M1 arcade, pods with CoinPay membership 2026-06-11 11:08:17 +00:00