Simple - How to keep track of a high score in Visual Studio using C

Описание к видео Simple - How to keep track of a high score in Visual Studio using C

Here I show you how to keep track of a High Score in Visual Studio in C# using two simple methods with TextWriter and TextReader.

The TextReader will read from the text file and load it to my labels .Text called lblHSPoints.

The TextWriter will be taking my lblHSPoints.Text and writing it out to the text file if the score is greater or equal to the High Score.
score is just an Int Variable I'm using to keep track of my score by the way.

Hope this helps someone and feel free to add any comments below. As always it will be great if you can like and subscribe.

Thank You for watching and have a blessed day!

Комментарии

Информация по комментариям в разработке