WeWontBeAlone
Regular Member
- Jan 13, 2016
- 489
- 40
I am making an 'e-sports' or a tournament based website with ranking. What we're going to need is the following;
Upon registration: After the account is created it will need to be verified by an Admin. If they are verified, the user will get added to the database for rankings.
Each person who enters starts at 1,000 rating. This rating will change as the players win or lose. We are going to need a UI that we can add wins or losses to each person. So for example, say three people register and are approved. Player 1, Player 2, and Player 3. If player 1 and player 3 are facing eachother and player 1 beats player 3, player 1 will go to 1016 rating, and player 3 will go to 984 rating. Then the order will be Player 1 in first place, player 2 in second place and player 3 in 3rd place because the ranking is based off of the rating. We will handle who wins and loses, but we need to have a managment system where we can add if they win or lose and the ratings are calculated and are output on the page.
The second thing we need, is for the rankings to display a rating beside the the number, so basically we need something that will end up being very similar to this;
http://gamebattles.majorleaguegaming.com/ps4/call-of-duty-infinite-warfare/ladder/na-cwl-pro-points/
We essentially want to replicate this where it shows;
What Place the person is in
The persons rating (number)
Their amount of wins
Their amount of losses
What icon/rating they are (We have images) - this would be based off the number rating stated above
For example, 0-1400 would be bronze, so the bronze icon would come up beside the number. 1400-1900 would be silver, so beside the 1400-1900 number (say for example 1650) it would show the silver icon.
Then we just need it to be output into a table like this so we can display it on our website.
If this is something you can do - please let me know. This is a paid project.
Thanks
Upon registration: After the account is created it will need to be verified by an Admin. If they are verified, the user will get added to the database for rankings.
Each person who enters starts at 1,000 rating. This rating will change as the players win or lose. We are going to need a UI that we can add wins or losses to each person. So for example, say three people register and are approved. Player 1, Player 2, and Player 3. If player 1 and player 3 are facing eachother and player 1 beats player 3, player 1 will go to 1016 rating, and player 3 will go to 984 rating. Then the order will be Player 1 in first place, player 2 in second place and player 3 in 3rd place because the ranking is based off of the rating. We will handle who wins and loses, but we need to have a managment system where we can add if they win or lose and the ratings are calculated and are output on the page.
The second thing we need, is for the rankings to display a rating beside the the number, so basically we need something that will end up being very similar to this;
http://gamebattles.majorleaguegaming.com/ps4/call-of-duty-infinite-warfare/ladder/na-cwl-pro-points/
We essentially want to replicate this where it shows;
What Place the person is in
The persons rating (number)
Their amount of wins
Their amount of losses
What icon/rating they are (We have images) - this would be based off the number rating stated above
For example, 0-1400 would be bronze, so the bronze icon would come up beside the number. 1400-1900 would be silver, so beside the 1400-1900 number (say for example 1650) it would show the silver icon.
Then we just need it to be output into a table like this so we can display it on our website.
If this is something you can do - please let me know. This is a paid project.
Thanks