Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.06 KB

Whist Tournament Maker

Deployment

Initial Setup

Add the angular-cli-ghpages package `ng add angular-cli-ghpages

Useful resources: Github Pages Angular Deployment angular-cli-gh-pages Package

Deploying to production

ng deploy --base-href=/wtm/

Visit ross.grattafiori.dev/wtm to verify deployment

Resouces

Durango Bill's Whist Starting Blocks Richard Devenzia's Whist Tables

Future Ideas

  • Multipeer connectivity and scoring
    • Users connect to a game, similar to kahoot then enter their scores after each game, app automatically keeps track of a leaderboard
    • Scoring algorithm needs to support uneven amount of games played
  • Monolithic scoring, user selects winning team for each table each round, program keeps track of indvididual scores
    • Separate leaderboard tab