Im trying to create a simple multiplayer game with letters and words on socket.io The algorith is below and mu question is. It is posible like i think to do?
Im trying to create a simple multiplayer game with letters and words on socket.io
Share
Your timer logic seems critical to the game play. It should be handled server side to avoid any trick from Player 2 who might forge an empty string request.