Jump to content

Tourney


Jay2391

no ?  

6 members have voted

  1. 1. no ?

    • no
      3
    • no
      3


Recommended Posts

I adopted an OOP approach when I did this. My classes were

tournament
round
match
player

For the output I decided to draw a tile for each match with name1 placed 1/4 of the way down and name2 3/4 of the way down and then I could draw the brackets. Tiles in round 2 were twice the height of those in round 1 and so on, giving
[pre]
  aaaa -+
        +-      aaaa  -+
  bbbb -+              |
                      +-      cccc  -+
  cccc -+              |              |
        +-      cccc  -+              |
  dddd -+                            |
                                      +-      cccc
  eeee -+                            |
        +-      eeee  -+              |
  ffff -+              |              |
                      +-      eeee  -+
  gggg -+              |
        +-      hhhh  -+
  hhhh -+[/pre]

That's my 0.02 worth.

PS I voted the other "no"
Link to comment
https://forums.phpfreaks.com/topic/21226-tourney/#findComment-96678
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.