agentbbs/plugins/arcade
Anthony Ettinger 9d0c0a0193
Some checks failed
CI / build (push) Has been cancelled
deploy / deploy (push) Has been cancelled
test / test (push) Has been cancelled
Fix hangman: lowercase r swallowed by restart binding during play (#79)
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 06:21:06 -07: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 (#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
snake.go AgentBBS: M0 core hub, M1 arcade, pods with CoinPay membership 2026-06-11 11:08:17 +00:00