onthespot Posted April 28, 2010 Share Posted April 28, 2010 So I want to create a tournament bracket like this http://www.baggo.com/images/sub/tournamentBracket.jpg The idea is that I can select the amount of users I want (2,4,8,16,etc). Then when I have added all the users in, each fixture will be entered into the database. When there is a winner, they will go through to the next round and so on. How can I achieve this? Really struggling to come up with a way to do this! Link to comment https://forums.phpfreaks.com/topic/200096-tournament-bracket/ Share on other sites More sharing options...
ignace Posted April 29, 2010 Share Posted April 29, 2010 You need Round-Robin Tournament otherwise if you have an uneven number of players one player will not be able to play as you do not have a competitor for him. Link to comment https://forums.phpfreaks.com/topic/200096-tournament-bracket/#findComment-1050369 Share on other sites More sharing options...
onthespot Posted April 30, 2010 Author Share Posted April 30, 2010 So i came up with an idea of storing the information like the following Tournament Name Size Players Tournament Name Position (0 to (tournament.size - 1)) Rounds Tournament Round Position (max halves for each round) Winner (player position) I cant think how I could move this on and make the players progress to the next round? Anyone got any further ideas for me? Link to comment https://forums.phpfreaks.com/topic/200096-tournament-bracket/#findComment-1050952 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.