Skip to content

tsmith512/scrummy

 
 

Repository files navigation

scrummy – A Scrum Planning Game

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!

Features

  • 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.

Work-in-Progress

  • 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.)

About

An scrum estimation and planning game, built on Cloudflare Pages, Workers, and Durable Objects!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 75.7%
  • SCSS 23.7%
  • JavaScript 0.6%