Skip to content

Latest commit

 

History

History
48 lines (45 loc) · 1.29 KB

README.md

File metadata and controls

48 lines (45 loc) · 1.29 KB

Game Watch

Provides a chess timer style watch for an unlimited amount of players. Synchronizes time over a socket connection

Features

  • Create a party
  • Configure: ** At party creation: *** Time limit *** Pause after round robin ** At player join: *** Name *** Color
  • Stop the watch
  • Pause the watch
  • Reset current timer ** Require multiple approvals?
  • See all other players timers ** Display current timer larger
  • Tick up mode to figure out how long players usually take
  • Track games and common times per user
  • End game
  • Eliminate a single user
  • Use laptop/ipad/tv as a status monitor

Basic workflow

  1. First user connects
  2. Party is created
  3. Generate room name
  4. click mailto link to send room name to other players
  5. Party is configured
  6. Other players connect to website either by emailed link or directly
  7. If not auto joined (query param). provide a way to enter the party using the room name
  8. Players configure personal settings
  9. Game is started
  10. First User's timer is started
  11. First user's timer is stopped
  12. Second user's timer is started
  13. ...
  14. Time runs out for first user
  15. First user's timer no longer runs
  16. End is clicked
  17. Reconfigure party with everyone still in it
  18. Start new round
  19. Timer starts
  20. ...
  21. reset is clicked
  22. same configuration is used