You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ GameHub.io uses a simple gaming sequence through Socket.io that works for 2+ pla
41
41
42
42
1. Each player can create a game by sending a 'create-game' event to the server
43
43
2. The server creates a new game and replies to the player with a randomly generated token for the game
44
-
3. The player sends this token to others players and waits for them to join the game
44
+
3. The player sends this token to other players and waits for them to join the game
45
45
4. Others players join the game by sending a 'join-game' event to the server
46
46
5. Once all players joined the game, the server joins players sockets to the same socket.io room
47
47
6. At this point, the game starts: depending on the game nature, each player can send a random number of events that will be broadcast to other players.
0 commit comments