Hi guys,
I am working on a game for PC. I have been asked to record the number of times the game has been played each day.
So I was thinking of storing the count for each day in database
or
Create a new text file for each day and store the count.
Are these the correct ways or is there any better and efficient way to do this?
↧