How to wait each day ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ZacB

I want to make a simple game in which players receive some coins every day. How could I do that ? And is there a way to “protect” the game against cheat like changing the time of the user’s device ?

:bust_in_silhouette: Reply From: hinasis

What about using a Timer with timeout signal? It works if the games is online 24/7.
If it’s not online, you can check a global time from a website/url.

Thx for being quick ^^.
Yes I’ve already thought of this global time but how can I implement this ?

ZacB | 2018-07-08 07:07