Skip to content
Seikon edited this page Feb 22, 2017 · 3 revisions

Welcome to the Tournament.js wiki!

At this point the library is able to design and represent Tournament charts in a canvas enviroment.

in its features includes:

  • Automatic calculation of rounds based of log2 of number of participants
  • Automatic drawing of boxes, brackets and participants.
  • Automatic calculation of the space beetwen participants and rounds.
  • Logic representation of the Tournament. A user can access to a specific round and see what appened in that round.
  • Only play-off tournament mode.
  • Two modes of representation tournament divided and normal. Divided mode optimizes the vertical space and deploy the graphics horizontally, and the normal mode optimizes de horizontal space deploying the information vertically. *Two modes of animation when a participant passes to next round. *Callback function provider when a participant win the Tournament

for future versions Tournament.js wants:

  • More tournament modes.
  • More animations beetwen rounds.
  • Efects when a participant win the tournament!

Feel free to help to evolve the library and add any kind of documentation!

Clone this wiki locally