Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 751 Bytes

File metadata and controls

28 lines (20 loc) · 751 Bytes

♠ ppoker

A planning poker server and client.

play

Download osx-binary

Start game

./ppoker server -a http://localhost:8999 -t "Update Kafka"

Join game

./ppoker client --a <server_address> -g <game_id> -n <player_name>

This command is output by the server, and the user only has to update the name

ideas

  • add server option to start ngrok tunnel
  • add option that adds ... | slackcat --channel abc123

todo

  • more tests
  • error handling
    • propagate some errors to client
      • user not allowed to vote
      • user votes on game in invalid state
  • breakout code to GameStateReducers
  • display game state in client