Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 2.16 KB

File metadata and controls

38 lines (23 loc) · 2.16 KB

bracket.json Generator

It's a generator that generates! Temporarily hosted here: https://kapiwilq.github.io/bracket/

Introduction

This project allows to create a complete bracket.json file for the osu!tournament client (commonly known as the osu!(lazer) tournament client) using a graphical interface without downloading any applications. It is capable of generating brackets of various sizes (based on the list of teams), populate the seedings for every team (supports every winning condition!), add matches for the first round, and add mappools for each round. The end goal for this project is to be generic enough to be perfectly usable by as many tournaments as possible, while simultaneously having only features that would actually be used in more than a single tournament in a single year.

Video Tutorial

Coming whenever I feel like it, but should be soon™.

How to Yell at Dev

You may choose one of the following:

Development

Download or clone the project and use your favourite text editor to edit.

TODO List

  • Fix the select picker icon being pushable on bigger fonts
  • Fix CSS for <select>
  • Allow placing the losers' bracket next to instead of under the winners' bracket
  • Detect if a mappool for seedings results is already uploaded

License

This project is licensed under the MIT license. Full text can be found either in the root of the repository or on the Open Source Initiative website.

Credits