Hi!
I want to create a game that would use real time for different things (like an hunger bar that decrease more and more, new items everyday etc…).
How could I do that?
I have some ideas like saving the time when the application was started for the first time, then saving the time the application is closed, then calculating elapsed time when the application is opened again, but I don’t know how I could do that.
Any ideas?