Hi,
I am using appwarp s2 to build a simple game: 2 users join room and then game start, after 60s i want to stop game and send score to client and then send notification to users that game will be restart on next 10s, and so on..
Can you quick prototype some method order in BaseRoomAdaptor class?
-
How can we check for 60s after game start
-
How can we idle for 10s and then start game again
-
Where should we put that logic? (is this on onTimerTick function ?)
Thank so much!