Skip to content
/ poker Public

a planing poker game **limiting vote influence** between the players

License

Notifications You must be signed in to change notification settings

fc92/poker

Repository files navigation

poker

Go release Go Report Card codecov Maintainability Go Reference License: MIT

Game description

poker is a planning poker game (or scrum poker) limiting vote influence between the players. The goals are to collect an independent vote from each player and to improve the vote experience of distributed teams.

  • Vote progress is shared without showing vote values to avoid influence between players.
  • Vote values are revealed only when the vote session is closed, and the vote distribution is displayed.
  • Players can join or leave at any time.

Install

The most common usage is to deploy:

  • the helm chart and a tls secret poker-tls in a Kubernetes namespace,
  • use a modern browser on client side to join the room for the game.

The list of rooms can be customized using the ROOM_LIST environment variable of the container.