Among Us Scores
I was asked to make a score tracking system for an Among Us tournament (Among Us is a social deduction game that pits 2 impostors again 8 crewmates in a race either complete tasks, vote the impostors off, or kill a majority of the crewmates). I choose to implement this system via Google Sheets. This project seemed fairly easy at first, but then proved more difficult as time progressed due to the scalability required and the numerous cross page functions and indirect references required. The largest factor was that I was asked to make this before the number of players or games that would be involved were known, so I had to make the sheet easily scalable if more people participated than intended. Because of that, the basis for the system is that each game is tracked via a sperate sheet with a dedicated naming scheme, which allows a centralized sheet to track the scores for each game and compile each player's total score.