What to use for a turn-based game between players. I want to create spring boot microservices. I have already connected the frontend and backend via websockets. But my problem is that I don’t know how to store information about the game where users should have 15 seconds to make a move. What to use for implementation.
I would like the application to give a user 15 seconds to move and then give that time to another user.
Jakub Buszta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.