scrummy is a card game for scrum story point estimation. I forked it from simewn's project back in 2014 as an experiment with Node 0.8 (with Express and Socket.io). In 2023 rebuilt again using Cloudflare Workers, Durable Objects, and Pages!
- Hosted using Cloudflare Workers, Durable Objects, and Pages
- Multiple game hosting: users may share links to specific games, or be assigned a new game when signing in.
- Shared game control: any client may reveal or reset the vote cards.
- Playing clients may place and revoke their votes by clicking cards in their hand.
- Websockets do not currently support reconnection
- Players cannot leave or get automatically garbage collected
Games do not get cleaned up(Actually, they do, because their state is not saved to storage.)