Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 792 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 792 Bytes

Tournament Creator

Idea

We were organizing a big bier pong tournament, and I was asked if I could make an Excel table for it, but I thought to myself that there are better ways, so I started to program a small tournament handler in svelte. Because I really liked may idea and what I made, I decided to make this into a proper Project. Sadly my code I wrote the first time is really messy, so I am coding it new.

Functionalities

  • Adding, editing and removing of teams or single persons ✔
  • Adding and removing of Groups ✔
  • Contestants can be dragged into groups ✔
  • Displaying a finale tree ❌
  • Displaying all matches of a group ❌
  • Displaying suggesting upcoming matches ❌
  • Starting, pausing and finishing of matches ❌
  • Displaying of currently running matches ❌