
Lo-fi ASMR coding a player leaderboard simulator (Part 2) with keyboard noises
This is a lo fi ASMR video of me coding in Java. I talk in a quiet room voice and make keyboard noises as I type code for your dose of ASMR tingles.
In this video I code a text-based program that simulates a player leaderboard like you would see in many multiplayer shooter games such as VALORANT, Counter Strike, Rainbow 6 and League of Legends. This is a multi-part series where I code and then continue on the leaderboard "simulator" program in multiple videos. For part 2, I continue coding where I have left off from part 1 and I try to sort multiple "players" based on the kill/death/assist ratio where the best ratio fall on the top and the lowest ratio falls in the bottom end of the leaderboard.
In part 3 (which is going to be in another video), I will be making an interactive / simulation part where this program will simulate a "match" where the "players" would get kills, die, get assists and update the table as a result between rounds.
Part 1 of this series: https://youtu.be/hpE2LSYHKlU
PASTEBIN source code (only includes written code up till part 2 video):
https://pastebin.com/13VS4z1d
VIDEO CHAPTERS:
[0:00] Intro
[0:38] gameplay footage #1
[1:05] quick recap of part 1
[3:00] rankLeaderboard() method
[15:42] gameplay footage #2
[16:03] swapPlayers() method
[19:49] running and debugging
[23:00] concluding part 2 video
[24:13] End