So, using a little bit of what I’ve learned from my self-taught C# days as well as some of the additional fundamentals taught in the class, I made a Death Counter in visual studio that can be used in conjunction with lifestreaming software like XSplit or OBS.
It’s actually just a simple program that provides a text box that displays a number (default is 0) and when it’s first loaded, it loads from a text file located in the program’s directory and you are able to increment and decrement the number and it will update the text file, allowing you to have your streaming software display the number on the screen based on the contents of the text file.