Qualy
Qualy
Explore posts from servers
CC#
Created by Qualy on 3/19/2025 in #help
player ranking
Stefan helped me and it works now
27 replies
CC#
Created by Qualy on 3/19/2025 in #help
player ranking
I got this now but it always puts it at the top
27 replies
CC#
Created by Qualy on 3/19/2025 in #help
player ranking
C#
void SortPlayers(string winnerName)
{
int winnerIndex = playerNames.IndexOf(winnerName);
int aboveWinnerIndex = winnerIndex - 1;
string aboveWinnerName = playerNames[aboveWinnerIndex];
while (aboveWinnerIndex > 0 && playerWins[winnerName] > playerWins[aboveWinnerName])
{
aboveWinnerIndex--;
aboveWinnerName = playerNames[aboveWinnerIndex];
}
playerNames[winnerIndex] = aboveWinnerName;
playerNames[aboveWinnerIndex] = winnerName;
UpdatePlayerList();
}
C#
void SortPlayers(string winnerName)
{
int winnerIndex = playerNames.IndexOf(winnerName);
int aboveWinnerIndex = winnerIndex - 1;
string aboveWinnerName = playerNames[aboveWinnerIndex];
while (aboveWinnerIndex > 0 && playerWins[winnerName] > playerWins[aboveWinnerName])
{
aboveWinnerIndex--;
aboveWinnerName = playerNames[aboveWinnerIndex];
}
playerNames[winnerIndex] = aboveWinnerName;
playerNames[aboveWinnerIndex] = winnerName;
UpdatePlayerList();
}
27 replies
CC#
Created by Qualy on 3/19/2025 in #help
player ranking
does sorteddictionary sort on the value
27 replies
CC#
Created by Qualy on 3/19/2025 in #help
player ranking
not allowed (school)
27 replies
CC#
Created by Qualy on 3/19/2025 in #help
player ranking
when now, for example, I run it and player 4 wins, 3 and 4 just switch places instead of 4 going all the way to the top
27 replies
CC#
Created by Qualy on 3/19/2025 in #help
player ranking
I want it to run until its sorted right
27 replies
CC#
Created by Qualy on 3/19/2025 in #help
player ranking
playerNames holds just the names of the players playerWins: key: players name, value: players wins
27 replies
CC#
Created by Qualy on 2/21/2025 in #help
project failed to load
(Im kidding btw)
49 replies
CC#
Created by Qualy on 2/21/2025 in #help
project failed to load
I just made my first website check it out: http://localhost:5183/
49 replies
CC#
Created by Qualy on 2/21/2025 in #help
project failed to load
Im stressed asf
49 replies
CC#
Created by Qualy on 2/21/2025 in #help
project failed to load
lifesaver
49 replies
CC#
Created by Qualy on 2/21/2025 in #help
project failed to load
it works now thanks man
49 replies
CC#
Created by Qualy on 2/21/2025 in #help
project failed to load
Imma try debug
49 replies
CC#
Created by Qualy on 2/21/2025 in #help
project failed to load
yess it loaded
49 replies
CC#
Created by Qualy on 2/21/2025 in #help
project failed to load
worked, gonna try open
49 replies
CC#
Created by Qualy on 2/21/2025 in #help
project failed to load
No description
49 replies
CC#
Created by Qualy on 2/21/2025 in #help
project failed to load
No description
49 replies
CC#
Created by Qualy on 2/21/2025 in #help
project failed to load
should work now or do I need to reinstall
49 replies
CC#
Created by Qualy on 2/21/2025 in #help
project failed to load
No description
49 replies