Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tournament System #5

Open
adam-blackwater opened this issue Jun 17, 2020 · 1 comment
Open

Tournament System #5

adam-blackwater opened this issue Jun 17, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request game-service question Further information is requested

Comments

@adam-blackwater
Copy link
Member

adam-blackwater commented Jun 17, 2020

This issue is to create a basic tournament system where an even number of players can join and play a series of games until one remains and is proclaimed the winner.

Success Criteria

  1. Create Tournament table
  2. Create link table which is a list between two players and a board.
  3. Upon creating the tournament, create a system which matches the players and creates a board for them.
  4. Upon winning a game a player is advanced to the next stage and will be paired with another winning player (this will continue until the last two players are paired).

This issue will likely be broken up into smaller sub issues.

[ ERD diagram to come ]
[ UI Design to come ]

@adam-blackwater adam-blackwater added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers game-service labels Jun 17, 2020
@adam-blackwater adam-blackwater added bug Something isn't working question Further information is requested labels Jun 18, 2020
@howard-bailey
Copy link

@adam-blackwater I don't think this is a bug. Sounds like a feature request.

@howard-bailey howard-bailey changed the title Howard volunteered to build the tournament system all by himself Tournament System Jun 26, 2020
@adam-blackwater adam-blackwater removed bug Something isn't working good first issue Good for newcomers documentation Improvements or additions to documentation labels Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request game-service question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants