How to implement turn timer?

Options
Hi,
I am making a 5 player turn based game for that i need turn over callback in every client after x seconds.How should i do it.
1) Should i do it client side : InRoomRoundTimer ?
2) Or should i do it server side?

Comments

  • Kaiserludi
    Options
    Hi @DevNeo.

    That really depends on your needs.
    A client-side approach is simpler to implement as you don't have to touch the server side, but a server side approach is necessary, if you want the server to be authoritative.