Brawhalla tournament

Discussion in 'Gaming + Technology' started by Ethan, Nov 8, 2015.

Thread Status:
Not open for further replies.
  1. Rick

    Rick female nipple Gold VIP

    Joined:
    Jun 7, 2014
    Messages:
    1,771
    Likes Received:
    613
    Printscreen the 10 man bracket and put it here I want to see it, if it's one of the retarded ones where certain people are at a disadvantage for no reason I have a better (Fairer but more complex) version. With more matchups as I'm sure you'll all love to see
     
    Last edited: Nov 12, 2015
    #41
  2. Ethan

    Ethan Emo

    Joined:
    Jul 11, 2015
    Messages:
    791
    Likes Received:
    122
    I will do it when I get home
     
    #42
  3. Ethan

    Ethan Emo

    Joined:
    Jul 11, 2015
    Messages:
    791
    Likes Received:
    122
  4. Decap

    Decap Super Radman

    Joined:
    Jul 9, 2014
    Messages:
    3,049
    Likes Received:
    881
    #44
  5. Ethan

    Ethan Emo

    Joined:
    Jul 11, 2015
    Messages:
    791
    Likes Received:
    122
    Who am I missing?

    Edit: Fixed it added Firedraft.

    Updated bracket, with all the participants.
    http://challonge.com/devinitybrawhalla
     
    Last edited by a moderator: Nov 12, 2015
    #45
    • Like Like x 1
  6. Beasty

    Beasty Active Member Bronze VIP

    Joined:
    Jul 1, 2015
    Messages:
    83
    Likes Received:
    15
    Sir, why am I playing extra games, I am not that good.
     
    #46
  7. Rick

    Rick female nipple Gold VIP

    Joined:
    Jun 7, 2014
    Messages:
    1,771
    Likes Received:
    613
    You're not anymore. I made this shitty python code to reduce it to the semi-finals fairly.

    Code:
    import random
    players = {"Rick":0,"Ethan":0,"Kian":0,"Silver":0,"Decap":0,"Firedraft":0,"Beasty":0,"Sylar":0,"Supernova":0,"Agglomeration":0}
    thru = []
    def printdict(d):
        for keys in d:
            print(keys,d[keys])
    def matchups(players):
        a = list(players.keys())
        random.shuffle(a)
        return a
    def start(players,thru):
        stop = False
        i = 0
        matches = matchups(players)
        while stop != True:
            print(matches[i],"VS",matches[i+1])
            winner = input("Did "+matches[i]+" win?(Enter just <'Y' or 'N'> ").lower()
            if winner == 'y':
                players[matches[i]] += 1
                if players[matches[i]] == 1:
                    thru.append(matches[i])
            else:
                players[matches[i+1]] += 1
                if players[matches[i+1]] == 2:
                    thru.append(matches[i+1])
            printdict(players)
            if len(thru) == 4:
                print()
                print()
                print("The following players are through")
                for i in range(0,len(thru)):
                    print(thru[i])
                stop = True
            if i == 8:
                i = 0
                matches = matchups(players)
            else:
                i += 2
                   
    start(players,thru)
     
    #47
  8. Ethan

    Ethan Emo

    Joined:
    Jul 11, 2015
    Messages:
    791
    Likes Received:
    122
    Don't know how to open it.
     
    #48
  9. Ethan

    Ethan Emo

    Joined:
    Jul 11, 2015
    Messages:
    791
    Likes Received:
    122
    The tournament have been set back, due to my mom taking me to a resturaunt
     
    #49
    • Dislike Dislike x 2
  10. Rick

    Rick female nipple Gold VIP

    Joined:
    Jun 7, 2014
    Messages:
    1,771
    Likes Received:
    613
    Man that's sad
     
    #50
  11. Ethan

    Ethan Emo

    Joined:
    Jul 11, 2015
    Messages:
    791
    Likes Received:
    122
    Chill it's the tournament will be at 2-3
     
    #51
  12. Decap

    Decap Super Radman

    Joined:
    Jul 9, 2014
    Messages:
    3,049
    Likes Received:
    881
    I might not make it then, I made plans for after the tournament.
     
    #52
  13. Firedraft

    Firedraft Devine Member Silver VIP

    Joined:
    Nov 21, 2014
    Messages:
    703
    Likes Received:
    120
    gosh way to ruin it. :kappaross:
     
    #53
    • Agree Agree x 1
  14. Ethan

    Ethan Emo

    Joined:
    Jul 11, 2015
    Messages:
    791
    Likes Received:
    122
    Are you okay with it being tomorrow then?
     
    #54
  15. Dylan XD

    Dylan XD Member Silver VIP

    Joined:
    May 12, 2015
    Messages:
    33
    Likes Received:
    7
    im down
     
    #55
  16. Decap

    Decap Super Radman

    Joined:
    Jul 9, 2014
    Messages:
    3,049
    Likes Received:
    881
    Not sure, tomorrow is a little iffy. Will try to make it.
     
    #56
  17. Wolfgang

    Wolfgang Veteran Member Platinum VIP

    Joined:
    May 27, 2015
    Messages:
    1,615
    Likes Received:
    785
    Server:
    Flood
    I'm in
     
    #57
    • Funny Funny x 2
    • Dislike Dislike x 1
  18. SilverMario

    SilverMario Golden

    Joined:
    Oct 6, 2015
    Messages:
    777
    Likes Received:
    182
    It's closed and starting tomorrow, sorry.
     
    #58
  19. Wolfgang

    Wolfgang Veteran Member Platinum VIP

    Joined:
    May 27, 2015
    Messages:
    1,615
    Likes Received:
    785
    Server:
    Flood
    I had told Ethan I would be down for it in the shoutbox when he first suggested the idea but okay
     
    #59
    • Funny Funny x 3
  20. SilverMario

    SilverMario Golden

    Joined:
    Oct 6, 2015
    Messages:
    777
    Likes Received:
    182
    "Putting in the shout box doesn't mean anything." -Ethan 2015
     
    #60
Thread Status:
Not open for further replies.