jtaugust / cs414-f18-001-JavatheHutt

Fall 2019 CS414 GitHub Repository
1 stars 1 forks source link

As a user, I want to be able to start a tournament #99

Open jwelch31 opened 5 years ago

jwelch31 commented 5 years ago
jwelch31 commented 5 years ago

ongoingTournaments tourny id (pk), winner

tournament matches tourny id, bracket id, player 1, player 2, winner

bracket id: 1.1 and 1.2 go to 2.1

1.3 and 1.4 go to 2.2

1.5 and 1.6 go to 2.3

1.7 and 1.8 go to 2.4

on win, winner determines their next bracket and updates the table properly

on loss, update leaderboard